Mercurial > pidgin
changeset 18861:54e020a8b6b9
Fix null pointer deref when confirming authentication over unencrypted connection. Fixes #2493.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 10 Aug 2007 13:28:12 +0000 |
parents | 0a8dc9eb4f8e |
children | 5b27ae2413b7 |
files | libpurple/protocols/jabber/auth.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth.c Fri Aug 10 02:51:54 2007 +0000 +++ b/libpurple/protocols/jabber/auth.c Fri Aug 10 13:28:12 2007 +0000 @@ -296,7 +296,7 @@ purple_request_yes_no(js->gc, _("Plaintext Authentication"), _("Plaintext Authentication"), msg, - 2, js->gc->account, NULL, NULL, NULL, + 2, js->gc->account, NULL, NULL, js->gc->account, allow_cyrus_plaintext_auth, disallow_plaintext_auth); g_free(msg);