add new protocol parameter for API2Client

This commit is contained in:
Dietmar Maurer 2013-04-05 16:42:37 +02:00
parent e313c642f2
commit 16ea210512

View File

@ -131,6 +131,7 @@ sub new {
password => $param{password}, password => $param{password},
host => $param{host} || 'localhost', host => $param{host} || 'localhost',
port => $param{port}, port => $param{port},
protocol => $param{protocol},
timeout => $param{timeout} || 60, timeout => $param{timeout} || 60,
}; };
bless $self; bless $self;