imap: Removed unnecessary state change on failure
This commit is contained in:
@@ -1057,7 +1057,7 @@ static CURLcode imap_state_auth_final_resp(struct connectdata *conn,
|
|||||||
failf(data, "Authentication failed: %d", imapcode);
|
failf(data, "Authentication failed: %d", imapcode);
|
||||||
result = CURLE_LOGIN_DENIED;
|
result = CURLE_LOGIN_DENIED;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
/* End of connect phase */
|
/* End of connect phase */
|
||||||
state(conn, IMAP_STOP);
|
state(conn, IMAP_STOP);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user