From 4cef5259927f265e61134ea1b4189dfb79901b64 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 28 Feb 2013 21:10:11 +0000 Subject: [PATCH] pop3: Corrected debug message for POP3_AUTH_FINAL constant Following commit afad1ce753a1 corrected the debug message in state() from AUTH to AUTH_FINAL. --- lib/pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pop3.c b/lib/pop3.c index 0d463727e..f95e4c996 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -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",