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 be0ef80a47eaddcd3a18fe5bec07580e4a8c0d2e..191a3b57cbedcdfa6c3a0daf34ab1b4c9bde7794 100644 (file)
@@ -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);