X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fserv_smtp.c;h=191a3b57cbedcdfa6c3a0daf34ab1b4c9bde7794;hb=1b3b110b994683c454c11acc257651173a6a52f0;hp=be0ef80a47eaddcd3a18fe5bec07580e4a8c0d2e;hpb=4b792e14164c58733ee325e788ffdf617801d269;p=citadel.git diff --git a/citadel/modules/smtp/serv_smtp.c b/citadel/modules/smtp/serv_smtp.c index be0ef80a4..191a3b57c 100644 --- a/citadel/modules/smtp/serv_smtp.c +++ b/citadel/modules/smtp/serv_smtp.c @@ -1015,6 +1015,7 @@ void smtp_command_loop(void) else if (sSMTP->command_state == smtp_plain) { smtp_try_plain(0, 0); + return; } pchs = pch = ChrPtr(sSMTP->Cmd);