[pve-devel] [PATCH] spice : fix proxy address
Dietmar Maurer
dietmar at proxmox.com
Thu Jun 27 06:11:13 CEST 2013
applied, thanks!
> 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 8166905..ba88f72
> 100644
> --- a/PVE/API2/Qemu.pm
> +++ b/PVE/API2/Qemu.pm
> @@ -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
> };
> --
More information about the pve-devel
mailing list