]> git.proxmox.com Git - qemu-server.git/commitdiff
spice : fix proxy address
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 26 Jun 2013 14:08:08 +0000 (16:08 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 27 Jun 2013 04:10:34 +0000 (06:10 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/API2/Qemu.pm

index 81669052cc42f1a8d2c9066a0a66eb95ebac2038..ba88f72b9fc1817913ece101e6391a16dc68573a 100644 (file)
@@ -1388,7 +1388,7 @@ __PACKAGE__->register_method({
        return {
            type => 'spice',
            host => $proxyticket,
-           proxy => $host,
+           proxy => "http://$host:3128",
            port => 0, # not used for now
            password => $ticket
        };