# HG changeset patch # User Ethan Blanton # Date 1138375309 0 # Node ID 7d8da9d4da492350df73e459d140268d740549b1 # Parent fb607b2d4ff2cfea481ae0ddbc07d5d22d3a4874 [gaim-migrate @ 15412] Authentication Failure should wants_to_die, yes? committer: Tailor Script diff -r fb607b2d4ff2 -r 7d8da9d4da49 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")) {