Mercurial > pidgin
changeset 28702:f3c65de7d864
jabber: Clear js->auth_mech for good measure.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 08 Nov 2009 03:34:48 +0000 |
parents | da2ce5d8d4b4 |
children | 338eeaf371e2 |
files | libpurple/protocols/jabber/auth_cyrus.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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; }