X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;fp=imap%2Fauth.c;h=47f305f098f0455fb36fc1c7748228d589bed9b8;hp=2e6b8ca3471bbb57670bb47c662b73ad521608b0;hb=7f7a0be369840b290248e5b0302beb447fa1b3cd;hpb=308c7080ccca40d4865d8810f5528331d9ed61ff diff --git a/imap/auth.c b/imap/auth.c index 2e6b8ca..47f305f 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -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, ':');