From: Steve Holme Date: Sat, 2 Jun 2012 22:12:07 +0000 (+0100) Subject: pop3.c:Corrected typo in commit 69ba0da8272d X-Git-Tag: curl-7_27_0~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c7016f5607ede09a9454fa62aaf5102b7ec0086;p=curl pop3.c:Corrected typo in commit 69ba0da8272d --- diff --git a/lib/pop3.c b/lib/pop3.c index 64efb255f..f0ee23967 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -314,7 +314,7 @@ static CURLcode pop3_state_auth(struct connectdata *conn) /* Check we have a username and password to authenticate with and end the connect phase if we don't */ if(!conn->bits.user_passwd) { - state(conn, SMTP_STOP); + state(conn, POP3_STOP); return result; }