mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05: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
|
/* Check we have a username and password to authenticate with and end the
|
||||||
connect phase if we don't */
|
connect phase if we don't */
|
||||||
if(!conn->bits.user_passwd) {
|
if(!conn->bits.user_passwd) {
|
||||||
state(conn, SMTP_STOP);
|
state(conn, POP3_STOP);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user