X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fauth.c;h=74aee4cfd54c48875403062e1c2a480f4e6b8cfe;hb=ccf2b75a9ed50a79c4d8e5d6235c7313fcd3719a;hp=2e6b8ca3471bbb57670bb47c662b73ad521608b0;hpb=9a1efcc01ddeca4106847f8eb28a704aca2dcf0b;p=apps%2Fmadmutt.git diff --git a/imap/auth.c b/imap/auth.c index 2e6b8ca..74aee4c 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -16,12 +16,12 @@ #endif #include +#include #include -#include "lib/debug.h" +#include #include "mutt.h" -#include "ascii.h" #include "imap_private.h" #include "auth.h" @@ -55,7 +55,7 @@ int imap_authenticate (IMAP_DATA * idata) if (ImapAuthenticators && *ImapAuthenticators) { /* Try user-specified list of authentication methods */ - methods = str_dup (ImapAuthenticators); + methods = m_strdup(ImapAuthenticators); for (method = methods; method; method = delim) { delim = strchr (method, ':');