cpw.darkrain42.xmpp.scram: ce9f6232: jabber: Clear js->auth_mech for good mea...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sat Nov 7 22:41:01 EST 2009


-----------------------------------------------------------------
Revision: ce9f6232b5c7c6baeae763e3f89e362660b80a4e
Ancestor: c282586092948d0e0797cec6a76b53d19b776227
Author: darkrain42 at pidgin.im
Date: 2009-11-08T03:34:48
Branch: im.pidgin.cpw.darkrain42.xmpp.scram
URL: http://d.pidgin.im/viewmtn/revision/info/ce9f6232b5c7c6baeae763e3f89e362660b80a4e

Modified files:
        libpurple/protocols/jabber/auth_cyrus.c

ChangeLog: 

jabber: Clear js->auth_mech for good measure.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/auth_cyrus.c	6c421e4beca5fd3dbb530ae6d30a950d06c84247
+++ libpurple/protocols/jabber/auth_cyrus.c	ad644cc8cf459c48b1ae43dd1b19b62cadce054f
@@ -256,6 +256,7 @@ static xmlnode *jabber_auth_start_cyrus(
 					 * Doing otherwise means that simply compiling with SASL support renders the client unable to connect to servers
 					 * which would connect without issue otherwise. -evands
 					 */
+					js->auth_mech = NULL;
 					jabber_auth_start_old(js);
 					return NULL;
 				}


More information about the Commits mailing list