]> git.proxmox.com Git - pve-manager.git/commit
Fix problems with turnkey repository PVE Version 3.4.
authorWolfgang Link <w.link@proxmox.com>
Wed, 17 Feb 2016 08:12:58 +0000 (09:12 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Feb 2016 05:40:33 +0000 (06:40 +0100)
commita7386ed870866c831668b247c854ac0dd25bd407
tree20f4c6217b45bb67cca6b513fcecf9964787cafb
parentab285b1312eadd77bd50e5192630b3fcafbf195e
Fix problems with turnkey repository PVE Version 3.4.

To prevent that one time Net:SSL and an outer time IO::Socket::SSL is loaded,
ensure that always use the same socket class.

We load the the Net:SSL in AccessControl.pm if we call pveupdate,
but if we call pveam update this module is not loaded an so the default is used (IO::Socket::SSL).
PVE/APLInfo.pm