comparison libpurple/protocols/msnp9/nexus.c @ 21594:f5874552b8d5

Unable to connect is not an authentication failure, even if it happens during authentication. So now we don't claim it is, and Pidgin will attempt reconnecting.
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 19 Nov 2007 13:18:03 +0000
parents a07cfce78345
children c6487d5385f9
comparison
equal deleted inserted replaced
21593:b1f36f7652c2 21594:f5874552b8d5
141 nexus->gsc = NULL; 141 nexus->gsc = NULL;
142 142
143 session = nexus->session; 143 session = nexus->session;
144 g_return_if_fail(session != NULL); 144 g_return_if_fail(session != NULL);
145 145
146 msn_session_set_error(session, MSN_ERROR_AUTH, _("Unable to connect")); 146 msn_session_set_error(session, MSN_ERROR_SERVCONN, _("Unable to connect"));
147 /* the above line will result in nexus being destroyed, so we don't want 147 /* the above line will result in nexus being destroyed, so we don't want
148 * to destroy it here, or we'd crash */ 148 * to destroy it here, or we'd crash */
149 } 149 }
150 150
151 static void 151 static void