From: Steve Holme Date: Thu, 28 Feb 2013 21:10:11 +0000 (+0000) Subject: pop3: Corrected debug message for POP3_AUTH_FINAL constant X-Git-Tag: curl-7_30_0~232 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cef5259927f265e61134ea1b4189dfb79901b64;p=thirdparty%2Fcurl.git pop3: Corrected debug message for POP3_AUTH_FINAL constant Following commit afad1ce753a1 corrected the debug message in state() from AUTH to AUTH_FINAL. --- diff --git a/lib/pop3.c b/lib/pop3.c index 0d463727e5..f95e4c9969 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",