[Spice-devel] [spice-gtk 07/13] Fill g_proxy_address_new() with protocol, user and password
Christophe Fergeau
cfergeau at redhat.com
Tue Feb 11 09:00:12 PST 2014
ACK
On Mon, Feb 03, 2014 at 07:02:38PM +0100, Marc-André Lureau wrote:
> From: Marc-André Lureau <marcandre.lureau at redhat.com>
>
> 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 6ac397c..29c84e8 100644
> --- a/gtk/spice-session.c
> +++ b/gtk/spice-session.c
> @@ -1723,8 +1723,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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20140211/764c476a/attachment.pgp>
More information about the Spice-devel
mailing list