Commit 0be22513 authored by Steve Holme's avatar Steve Holme
Browse files

smtp: Corrected debug message for POP3_AUTH_FINAL constant

Following commit ad3177da corrected the debug message in state()
from AUTH to AUTH_FINAL.
parent 4cef5259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ static void state(struct connectdata *conn, smtpstate newstate)
    "AUTH_DIGESTMD5_RESP",
    "AUTH_NTLM",
    "AUTH_NTLM_TYPE2MSG",
    "AUTH",
    "AUTH_FINAL",
    "MAIL",
    "RCPT",
    "DATA",