5
0
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:
Alexandre Derumier 2013-06-26 16:24:42 +02:00 committed by Dietmar Maurer
parent e554e5b9a9
commit af32683a67

View File

@ -1389,7 +1389,7 @@ __PACKAGE__->register_method({
type => 'spice', type => 'spice',
host => $proxyticket, host => $proxyticket,
proxy => "http://$host:3128", proxy => "http://$host:3128",
port => 0, # not used for now port => 1, # not used for now
password => $ticket password => $ticket
}; };
}}); }});