X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b9d1f2e025035a63ed177365e46f4e9251e70069..28610ff9a604a75ae0c383be03aa19415ddb1965:/mts/smtp/smtp.c?ds=inline diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index 98c20d83..7177e5d5 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -854,7 +854,7 @@ sm_auth_sasl(char *user, int saslssf, char *mechlist, char *inhost) strncpy(host, inhost, sizeof(host) - 1); } - nmh_get_credentials (host, user, 1, &creds); + nmh_get_credentials (host, user, 0, &creds); /* It's OK to copy the creds pointers here. The callbacks that use them will only be called before this function returns. */