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:
Steve Holme 2013-02-28 21:09:27 +00:00
parent 025ba6e9be
commit 11a22f3264
1 changed files with 1 additions and 1 deletions

View File

@ -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",