mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:57:25 +03:00
multi: fix "Useless Assignment"
CodeSonar pointed out "This code assigns the variable the same value it
already had"
Follow-up to e77326403d
Closes #15441
This commit is contained in:
parent
b7a06dee50
commit
a273cc255f
1 changed files with 0 additions and 1 deletions
|
|
@ -2303,7 +2303,6 @@ static CURLMcode state_do(struct Curl_easy *data,
|
|||
/* keep connection open for application to use the socket */
|
||||
connkeep(data->conn, "CONNECT_ONLY");
|
||||
multistate(data, MSTATE_DONE);
|
||||
result = CURLE_OK;
|
||||
rc = CURLM_CALL_MULTI_PERFORM;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue