diff src/protocols/jabber/jabber.c @ 13051:7d8da9d4da49

[gaim-migrate @ 15412] Authentication Failure should wants_to_die, yes? committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 27 Jan 2006 15:21:49 +0000
parents ec9b92104904
children caee920323e2
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Fri Jan 27 06:40:38 2006 +0000
+++ b/src/protocols/jabber/jabber.c	Fri Jan 27 15:21:49 2006 +0000
@@ -1389,6 +1389,7 @@
 		} else if(xmlnode_get_child(error, "temporary-auth-failure")) {
 			text = _("Temporary Authentication Failure");
 		} else {
+			js->gc->wants_to_die = TRUE;
 			text = _("Authentication Failure");
 		}
 	} else if(!strcmp(packet->name, "stream:error")) {