X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;h=04fe6712864f9c496a21ae3e256e7ef97a765fa3;hp=2e6b8ca3471bbb57670bb47c662b73ad521608b0;hb=c98480f8568e6c1bc927c6c5f2b5e80b4aa6548c;hpb=9a1efcc01ddeca4106847f8eb28a704aca2dcf0b diff --git a/imap/auth.c b/imap/auth.c index 2e6b8ca..04fe671 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -18,10 +18,10 @@ #include #include +#include #include "lib/debug.h" #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, ':');