mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-10 01:18:01 +03:00
spiceconfig: port can't be 0
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
e554e5b9a9
commit
af32683a67
@ -1389,7 +1389,7 @@ __PACKAGE__->register_method({
|
||||
type => 'spice',
|
||||
host => $proxyticket,
|
||||
proxy => "http://$host:3128",
|
||||
port => 0, # not used for now
|
||||
port => 1, # not used for now
|
||||
password => $ticket
|
||||
};
|
||||
}});
|
||||
|
Loading…
Reference in New Issue
Block a user