# HG changeset patch # User Ethan Blanton # Date 1138375309 0 # Node ID cf92f34a0f1ce3e634b09d31968e1f5a9b424f1b # Parent d65dcd88c5bb0245e36ee138e024f3e4c955b3b0 [gaim-migrate @ 15412] Authentication Failure should wants_to_die, yes? diff -r d65dcd88c5bb -r cf92f34a0f1c src/protocols/jabber/jabber.c --- 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")) {