X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fserv_smtp.c;fp=citadel%2Fmodules%2Fsmtp%2Fserv_smtp.c;h=abdc2d1ad7eeec19606ec7a101298aee3cb53df4;hp=9ac94212a52f5f43ab2563c0de3ed0ff571da649;hb=741ca47eeffe7eb0ff30bec2f1e7963f41eeba83;hpb=40fcbd35d6704308197d274d8d7b8412751d744d diff --git a/citadel/modules/smtp/serv_smtp.c b/citadel/modules/smtp/serv_smtp.c index 9ac94212a..abdc2d1ad 100644 --- a/citadel/modules/smtp/serv_smtp.c +++ b/citadel/modules/smtp/serv_smtp.c @@ -1004,6 +1004,7 @@ void smtp_command_loop(void) else if (sSMTP->command_state == smtp_plain) { smtp_try_plain(0, 0); + return; } pchs = pch = ChrPtr(sSMTP->Cmd);