mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
pop3.c:Corrected typo in commit 69ba0da827
This commit is contained in:
parent
69ba0da827
commit
9c7016f560
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user