diff libpurple/protocols/msn/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 b2e646507c18
children f62a4a7fe365 25899ec348a4
line wrap: on
line diff
--- a/libpurple/protocols/msn/nexus.c	Mon Nov 19 08:07:11 2007 +0000
+++ b/libpurple/protocols/msn/nexus.c	Mon Nov 19 13:18:03 2007 +0000
@@ -67,7 +67,7 @@
 	xmlnode *node;
 
 	if (resp == NULL) {
-		msn_session_set_error(session, MSN_ERROR_AUTH, _("Windows Live ID authentication:Unable to connect"));
+		msn_session_set_error(session, MSN_ERROR_SERVCONN, _("Windows Live ID authentication:Unable to connect"));
 		return;
 	}