Mercurial > pidgin
changeset 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 | fb607b2d4ff2 |
children | b4eba6c7f6f8 |
files | src/protocols/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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")) {