spice : fix proxy address

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2013-06-26 16:08:08 +02:00 committed by Dietmar Maurer
parent 46246f04e9
commit e554e5b9a9

View 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
};