# HG changeset patch # User Paul Aurich # Date 1257651288 0 # Node ID f3c65de7d8648419ba2ba9049ff0a253bd10f227 # Parent da2ce5d8d4b45365a56513ec7df4caab93833272 jabber: Clear js->auth_mech for good measure. diff -r da2ce5d8d4b4 -r f3c65de7d864 libpurple/protocols/jabber/auth_cyrus.c --- a/libpurple/protocols/jabber/auth_cyrus.c Sat Nov 07 07:03:49 2009 +0000 +++ b/libpurple/protocols/jabber/auth_cyrus.c Sun Nov 08 03:34:48 2009 +0000 @@ -256,6 +256,7 @@ * 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; }