mirror of
https://github.com/curl/curl.git
synced 2026-08-01 02:58:05 +03:00
parent
4c6b74e1e8
commit
217fd5b424
9 changed files with 11 additions and 11 deletions
|
|
@ -3182,7 +3182,7 @@ static CURLMcode multi_timeout(struct Curl_multi *multi,
|
|||
|
||||
/* splay the lowest to the bottom */
|
||||
multi->timetree = Curl_splay(tv_zero, multi->timetree);
|
||||
/* this will not return NULL from a non-emtpy tree, but some compilers
|
||||
/* this will not return NULL from a non-empty tree, but some compilers
|
||||
* are not convinced of that. Analyzers are hard. */
|
||||
*expire_time = multi->timetree ? multi->timetree->key : tv_zero;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue