X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_sasl.c;h=956b164003d327ba01ee0678c21ce6c9910110b2;hp=15f8c0ee5298a8f499084f08378ea61fb204acff;hb=334faeb80904ba5b8ced869abfea2731440d52e5;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/mutt_sasl.c b/mutt_sasl.c index 15f8c0e..956b164 100644 --- a/mutt_sasl.c +++ b/mutt_sasl.c @@ -13,22 +13,20 @@ # include "config.h" #endif -#include - -#include "mutt.h" -#include "account.h" -#include "mutt_sasl.h" -#include "mutt_socket.h" - -#include "lib/debug.h" - #include #include #include - #include #include +#include +#include + +#include "mutt.h" +#include "account.h" +#include "mutt_sasl.h" +#include + static int getnameinfo_err (int ret) { int err; @@ -257,7 +255,7 @@ int mutt_sasl_client_new (CONNECTION * conn, sasl_conn_t ** saslconn) * just fall back to LOGIN in the IMAP case anyway. If that doesn't * work for POP, we can make it a flag or move this code into * imap/auth_sasl.c */ - memset (&secprops, 0, sizeof (secprops)); + p_clear(&secprops, 1); /* Work around a casting bug in the SASL krb4 module */ secprops.max_ssf = 0x7fff; secprops.maxbufsize = M_SASL_MAXBUF;