mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:07:16 +03:00
multi: remove useless assignment
Pointed out by CodeSonar Closes #20006
This commit is contained in:
parent
09f01f28ec
commit
de8470c6e5
1 changed files with 1 additions and 1 deletions
|
|
@ -2853,7 +2853,7 @@ CURLMcode curl_multi_perform(CURLM *m, int *running_handles)
|
|||
|
||||
if(!GOOD_MULTI_HANDLE(multi))
|
||||
return CURLM_BAD_HANDLE;
|
||||
multi = m;
|
||||
|
||||
return multi_perform(multi, &now, running_handles);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue