From 0be2251394d3d4e6ba755c563fdda881a8d63393 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 28 Feb 2013 21:11:02 +0000 Subject: [PATCH] smtp: Corrected debug message for POP3_AUTH_FINAL constant Following commit ad3177da24b8 corrected the debug message in state() from AUTH to AUTH_FINAL. --- lib/smtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",