mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
parent
97cc653b95
commit
7f7ad97bf1
1 changed files with 0 additions and 1 deletions
|
|
@ -1356,7 +1356,6 @@ static CURLMcode multi_wait(struct Curl_multi *multi,
|
|||
if((timeout_internal >= 0) && (timeout_internal < (long)timeout_ms))
|
||||
timeout_ms = (int)timeout_internal;
|
||||
|
||||
nfds = 0;
|
||||
memset(ufds, 0, ufds_len * sizeof(struct pollfd));
|
||||
memset(&ps, 0, sizeof(ps));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue