Commit ccdad473 authored by Dietmar Maurer's avatar Dietmar Maurer

add new protocol parameter for API2Client

parent 92cfa5d5
...@@ -131,6 +131,7 @@ sub new { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment