X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;h=f5af43f9726dac031a76de6b65b92a2555ce885e;hp=448220ea31ed5959601e6f3a912c7a2a4793ceea;hb=a8477ebaa09990b3688164cbe5cf661c4189541d;hpb=e01486aabea6f0af36933158bd58b9ab03b30add diff --git a/imap/auth.c b/imap/auth.c index 448220e..f5af43f 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -53,7 +53,7 @@ int imap_authenticate (IMAP_DATA * idata) if (ImapAuthenticators && *ImapAuthenticators) { /* Try user-specified list of authentication methods */ - methods = safe_strdup (ImapAuthenticators); + methods = str_dup (ImapAuthenticators); for (method = methods; method; method = delim) { delim = strchr (method, ':');