mirror of
https://github.com/curl/curl.git
synced 2026-07-30 08:48:02 +03: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:
parent
11a22f3264
commit
4cef525992
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue