mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
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:
parent
4cef525992
commit
0be2251394
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user