smtp: Corrected debug message for POP3_AUTH_FINAL constant
authorSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:11:02 +0000 (21:11 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:11:02 +0000 (21:11 +0000)
Following commit ad3177da24b8 corrected the debug message in state()
from AUTH to AUTH_FINAL.

lib/smtp.c

index 9960b78..a159e3c 100644 (file)
@@ -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",