]> git.proxmox.com Git - qemu-server.git/commitdiff
spiceconfig: port can't be 0
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 26 Jun 2013 14:24:42 +0000 (16:24 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 27 Jun 2013 04:12:46 +0000 (06:12 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/API2/Qemu.pm

index ba88f72b9fc1817913ece101e6391a16dc68573a..b371dc8c23f5eecbe30230d2ae2bafe4e5d092c7 100644 (file)
@@ -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
        };
     }});