]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
pop3: Corrected debug message for POP3_AUTH_FINAL constant
authorSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:10:11 +0000 (21:10 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 28 Feb 2013 21:10:11 +0000 (21:10 +0000)
Following commit afad1ce753a1 corrected the debug message in state()
from AUTH to AUTH_FINAL.

lib/pop3.c

index 0d463727e59e84cc0329b0f689c9b33300b34abf..f95e4c9969e4c1a1884bc348ad1f817b3fce90d5 100644 (file)
@@ -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",