mirror of
https://github.com/curl/curl.git
synced 2026-07-26 14:37:16 +03:00
imap: Corrected debug message for IMAP_AUTHENTICATE_FINAL constant
Following commit 13006f3de9 corrected the debug message in state()
from AUTHENTICATE to AUTHENTICATE_FINAL.
This commit is contained in:
parent
025ba6e9be
commit
11a22f3264
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ static void state(struct connectdata *conn, imapstate newstate)
|
|||
"AUTHENTICATE_DIGESTMD5_RESP",
|
||||
"AUTHENTICATE_NTLM",
|
||||
"AUTHENTICATE_NTLM_TYPE2MSG",
|
||||
"AUTHENTICATE",
|
||||
"AUTHENTICATE_FINAL",
|
||||
"LOGIN",
|
||||
"SELECT",
|
||||
"FETCH",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue