This way, the call might eventually support more proxy and authentication. --- gtk/spice-session.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk/spice-session.c b/gtk/spice-session.c index 475306a..975fd7b 100644 --- a/gtk/spice-session.c +++ b/gtk/spice-session.c @@ -1724,8 +1724,11 @@ static void proxy_lookup_ready(GObject *source_object, GAsyncResult *result, for (it = addresses; it != NULL; it = it->next) { address = g_proxy_address_new(G_INET_ADDRESS(it->data), - spice_proxy_get_port(open_host->proxy), "http", - s->host, open_host->port, NULL, NULL); + spice_proxy_get_port(open_host->proxy), + spice_proxy_get_protocol(open_host->proxy), + s->host, open_host->port, + spice_proxy_get_user(open_host->proxy), + spice_proxy_get_password(open_host->proxy)); if (address != NULL) break; } -- 1.8.4.2 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel