diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-28 21:11:02 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-28 21:11:02 +0000 |
commit | 0be2251394d3d4e6ba755c563fdda881a8d63393 (patch) | |
tree | 77e422a5f5cb1f82843d4dc26486ae319f4ba31a /lib | |
parent | 4cef5259927f265e61134ea1b4189dfb79901b64 (diff) |
smtp: Corrected debug message for POP3_AUTH_FINAL constant
Following commit ad3177da24b8 corrected the debug message in state()
from AUTH to AUTH_FINAL.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smtp.c b/lib/smtp.c index 9960b7802..a159e3cae 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -313,7 +313,7 @@ static void state(struct connectdata *conn, smtpstate newstate) "AUTH_DIGESTMD5_RESP", "AUTH_NTLM", "AUTH_NTLM_TYPE2MSG", - "AUTH", + "AUTH_FINAL", "MAIL", "RCPT", "DATA", |