smtp: Corrected debug message for POP3_AUTH_FINAL constant

Following commit ad3177da24 corrected the debug message in state()
from AUTH to AUTH_FINAL.
This commit is contained in:
Steve Holme 2013-02-28 21:11:02 +00:00
parent 4cef525992
commit 0be2251394
1 changed files with 1 additions and 1 deletions

View 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",