# HG changeset patch # User Daniel Atallah # Date 1177647482 0 # Node ID 482de7e2868f6d29d2928e31335a5901acabf911 # Parent 9a5d1a5080ddf72bb4531f6189b6f46292029102 Fix jabber sasl build. diff -r 9a5d1a5080dd -r 482de7e2868f 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;