when we did the login and replied, we mustn't try again to process the inbound comman...
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 29 Sep 2013 18:08:52 +0000 (20:08 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 7 Oct 2013 19:36:58 +0000 (21:36 +0200)
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);