[pve-devel] [PATCH] spiceconfig: port can't be 0
Alexandre Derumier
aderumier at odiso.com
Wed Jun 26 16:24:42 CEST 2013
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/API2/Qemu.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index ba88f72..b371dc8 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -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
};
}});
--
1.7.10.4
More information about the pve-devel
mailing list