diff options
-rw-r--r-- | lib/pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |