From 9c7016f5607ede09a9454fa62aaf5102b7ec0086 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 2 Jun 2012 23:12:07 +0100 Subject: pop3.c:Corrected typo in commit 69ba0da8272d --- lib/pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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; } -- cgit v1.2.3