pidgin.2.x.y: 45b32bd9: xnyhps noticed that 'purple_proxy_connec...

datallah at pidgin.im datallah at pidgin.im
Mon Jan 23 11:27:13 EST 2012


----------------------------------------------------------------------
Revision: 45b32bd976a53321655f7569fa217c60e8c9b965
Parent:   83dd0d90742e9ccf6890fc21736440df73e48f24
Author:   datallah at pidgin.im
Date:     01/23/12 11:22:33
Branch:   im.pidgin.pidgin.2.x.y
URL: http://d.pidgin.im/viewmtn/revision/info/45b32bd976a53321655f7569fa217c60e8c9b965

Changelog: 

xnyhps noticed that 'purple_proxy_connect_socks5' is passing the handle to the
account param of 'purple_proxy_connect_socks5_account'

Fixes #14890

Changes against parent 83dd0d90742e9ccf6890fc21736440df73e48f24

  patched  libpurple/proxy.c

-------------- next part --------------
============================================================
--- libpurple/proxy.c	7ca2ad373cd9aa3180f4011790775334b2971251
+++ libpurple/proxy.c	2a1922d6f3744bc61c81543909324d38d741948f
@@ -2404,7 +2404,7 @@ purple_proxy_connect_socks5(void *handle
 						  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);
 }
 


More information about the Commits mailing list