[gaim-migrate @ 15412]

Fri, 27 Jan 2006 15:21:49 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Fri, 27 Jan 2006 15:21:49 +0000
changeset 13051
cf92f34a0f1c
parent 13050
d65dcd88c5bb
child 13052
29b24aceabd1

[gaim-migrate @ 15412]
Authentication Failure should wants_to_die, yes?

src/protocols/jabber/jabber.c file | annotate | diff | comparison | revisions
--- 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")) {

mercurial