1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

pop3: Corrected debug message for POP3_AUTH_FINAL constant

Following commit afad1ce753 corrected the debug message in state()
from AUTH to AUTH_FINAL.
This commit is contained in:
Steve Holme 2013-02-28 21:10:11 +00:00
parent 11a22f3264
commit 4cef525992

View File

@ -360,7 +360,7 @@ static void state(struct connectdata *conn, pop3state newstate)
"AUTH_DIGESTMD5_RESP",
"AUTH_NTLM",
"AUTH_NTLM_TYPE2MSG",
"AUTH",
"AUTH_FINAL",
"APOP",
"USER",
"PASS",