libpurple/protocols/jabber/auth_cyrus.c

changeset 30430
b6d35862e9b3
parent 30308
81f840e2f9c7
child 30431
6969a68a6008
--- a/libpurple/protocols/jabber/auth_cyrus.c	Sat Jun 12 02:41:35 2010 +0000
+++ b/libpurple/protocols/jabber/auth_cyrus.c	Sat Jun 12 18:22:46 2010 +0000
@@ -256,7 +256,7 @@
 					js->auth_fail_count++;
 
 				if (js->auth_fail_count == 1 &&
-					(js->sasl_mechs->str && g_str_equal(js->sasl_mechs->str, "GSSAPI"))) {
+					(js->sasl_mechs->str && g_str_equal(js->sasl_mechs->str, "GSSAPI "))) {
 					/* If we tried GSSAPI first, it failed, and it was the only method we had to try, try jabber:iq:auth
 					 * for compatibility with iChat 10.5 Server and other jabberd based servers.
 					 *

mercurial