pop3.c:Corrected typo in commit 69ba0da827

This commit is contained in:
Steve Holme 2012-06-02 23:12:07 +01:00
parent 69ba0da827
commit 9c7016f560
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}