mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05: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
@ -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…
Reference in New Issue
Block a user