Fix jabber sasl build.

Fri, 27 Apr 2007 04:18:02 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 27 Apr 2007 04:18:02 +0000
changeset 16564
482de7e2868f
parent 16563
9a5d1a5080dd
child 16565
f5cd28cc7367

Fix jabber sasl build.

libpurple/protocols/jabber/auth.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/jabber/auth.c	Fri Apr 27 04:06:02 2007 +0000
+++ b/libpurple/protocols/jabber/auth.c	Fri Apr 27 04:18:02 2007 +0000
@@ -294,7 +294,7 @@
 					purple_request_yes_no(js->gc, _("Plaintext Authentication"),
 							_("Plaintext Authentication"),
 							_("This server requires plaintext authentication over an unencrypted connection.  Allow this and continue authentication?"),
-							2, js->gc->account,
+							2, js->gc->account, NULL, NULL, NULL,
 							allow_cyrus_plaintext_auth,
 							disallow_plaintext_auth);
 					return;

mercurial