mirror of
https://github.com/curl/curl.git
synced 2026-04-28 11:52:12 +03:00
imap: Removed unnecessary state change on failure
This commit is contained in:
parent
154bf3d699
commit
673b7ba80a
1 changed files with 3 additions and 3 deletions
|
|
@ -1057,9 +1057,9 @@ static CURLcode imap_state_auth_final_resp(struct connectdata *conn,
|
|||
failf(data, "Authentication failed: %d", imapcode);
|
||||
result = CURLE_LOGIN_DENIED;
|
||||
}
|
||||
|
||||
/* End of connect phase */
|
||||
state(conn, IMAP_STOP);
|
||||
else
|
||||
/* End of connect phase */
|
||||
state(conn, IMAP_STOP);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue