From 16ea21051216fef4ad03ab7f520aa45a93f618a2 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 5 Apr 2013 16:42:37 +0200 Subject: [PATCH] add new protocol parameter for API2Client --- PVE/API2Client.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2Client.pm b/PVE/API2Client.pm index b67b2445..4d4e5e9c 100755 --- a/PVE/API2Client.pm +++ b/PVE/API2Client.pm @@ -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;