libpurple/protocols/jabber/auth_plain.c

branch
soc.2013.gobjectification
changeset 34940
c0aef3b64c56
parent 34935
686fa55b0deb
parent 34331
c8486462bb63
child 38341
3da74e727e78
--- a/libpurple/protocols/jabber/auth_plain.c	Sat Sep 07 02:30:39 2013 +0530
+++ b/libpurple/protocols/jabber/auth_plain.c	Thu Sep 12 19:08:48 2013 +0530
@@ -97,7 +97,7 @@
 			_("Plaintext Authentication"),
 			msg,
 			1,
-			account, NULL, NULL,
+			purple_request_cpar_from_account(account),
 			account, allow_plaintext_auth, disallow_plaintext_auth);
 	g_free(msg);
 	return JABBER_SASL_STATE_CONTINUE;

mercurial