From 11a22f326405687de160eeac2ebc34ea717708c9 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 28 Feb 2013 21:09:27 +0000 Subject: imap: Corrected debug message for IMAP_AUTHENTICATE_FINAL constant Following commit 13006f3de9ec corrected the debug message in state() from AUTHENTICATE to AUTHENTICATE_FINAL. --- lib/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/imap.c') diff --git a/lib/imap.c b/lib/imap.c index c1ed8673b..83176bd4b 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -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", -- cgit v1.2.3