when we did the login and replied, we mustn't try again to process the inbound comman...
[citadel.git] / citadel / modules / smtp / serv_smtp.c
index 9ac94212a52f5f43ab2563c0de3ed0ff571da649..abdc2d1ad7eeec19606ec7a101298aee3cb53df4 100644 (file)
@@ -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);