# HG changeset patch # User Daniel Atallah # Date 1177647482 0 # Node ID 3ef6a81a9fbac6d2fe0776acb73c6c8546fc49a5 # Parent 901dd46db6867ad175fb7105a0c096b5a3200d03 Fix jabber sasl build. diff -r 901dd46db686 -r 3ef6a81a9fba libpurple/protocols/jabber/auth.c --- 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;