adium.1-4: e4b80116: Oops, fix building (sholt tested)

darkrain42 at pidgin.im darkrain42 at pidgin.im
Mon Feb 22 18:11:08 EST 2010


-----------------------------------------------------------------
Revision: e4b801163a849967db744324db2b82c525b984e8
Ancestor: 2b9f87ef59bc32903341d7d59bf4774977b4a2bd
Author: darkrain42 at pidgin.im
Date: 2010-02-22T23:00:55
Branch: im.pidgin.adium.1-4
URL: http://d.pidgin.im/viewmtn/revision/info/e4b801163a849967db744324db2b82c525b984e8

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

ChangeLog: 

Oops, fix building (sholt tested)

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/auth_cyrus.c	6c6622ba6a337d6b7e2c926ecc106c6bcc3bf1fc
+++ libpurple/protocols/jabber/auth_cyrus.c	a3e535e42d78f3cf833aa5fea326edc74a8c5531
@@ -338,7 +338,7 @@ jabber_auth_start_cyrus(JabberStream *js
 			 *
 			 * SASL would change state to SASL_OK after when handling the challenge; we do so immediately to avoid an error later.
 			 */
-			js->sasl_mech = jabber_auth_get_digest_md5_mech();
+			js->auth_mech = jabber_auth_get_digest_md5_mech();
 			js->sasl_state = SASL_OK;
 			sasl_dispose(&js->sasl);
 			js->sasl = NULL;


More information about the Commits mailing list