changeset 32506:9f26efb70c67

xnyhps noticed that 'purple_proxy_connect_socks5' is passing the handle to the account param of 'purple_proxy_connect_socks5_account' Fixes #14890
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 23 Jan 2012 16:22:33 +0000
parents c0c60e110c82
children 29e9fe5b9264
files libpurple/proxy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/proxy.c	Tue Dec 13 15:24:16 2011 +0000
+++ b/libpurple/proxy.c	Mon Jan 23 16:22:33 2012 +0000
@@ -2404,7 +2404,7 @@
 						  PurpleProxyConnectFunction connect_cb,
 						  gpointer data)
 {
-	return purple_proxy_connect_socks5_account(NULL, handle, gpi,
+	return purple_proxy_connect_socks5_account(handle, NULL, gpi,
 						  host, port, connect_cb, data);
 }