diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-28 21:10:11 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-28 21:10:11 +0000 |
commit | 4cef5259927f265e61134ea1b4189dfb79901b64 (patch) | |
tree | b4114167baa0f4e5f032fcd4211090cc06db89bf /lib | |
parent | 11a22f326405687de160eeac2ebc34ea717708c9 (diff) |
pop3: Corrected debug message for POP3_AUTH_FINAL constant
Following commit afad1ce753a1 corrected the debug message in state()
from AUTH to AUTH_FINAL.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |