]> git.proxmox.com Git - pve-manager.git/commitdiff
add new protocol parameter for API2Client
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Apr 2013 14:42:37 +0000 (16:42 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Apr 2013 14:42:37 +0000 (16:42 +0200)
PVE/API2Client.pm

index b67b244575387f1dfe06e8473823d8fd8ce427c4..4d4e5e9cd1b8d493bdaafc7dcfcfaf9b9e29ce34 100755 (executable)
@@ -131,6 +131,7 @@ sub new {
        password => $param{password},
        host => $param{host} || 'localhost',
        port => $param{port},
+       protocol => $param{protocol},
        timeout => $param{timeout} || 60,
     };
     bless $self;