Commit 4cef5259 authored by Steve Holme's avatar Steve Holme
Browse files

pop3: Corrected debug message for POP3_AUTH_FINAL constant

Following commit afad1ce7 corrected the debug message in state()
from AUTH to AUTH_FINAL.
parent 11a22f32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",