mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-16 10:57:37 +00:00
add new protocol parameter for API2Client
This commit is contained in:
parent
e313c642f2
commit
16ea210512
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user