mirror of
https://github.com/curl/curl.git
synced 2026-08-05 08:36:13 +03:00
fix compiler warning
This commit is contained in:
parent
3ca0b9bb47
commit
4ea513cc38
4 changed files with 23 additions and 9 deletions
|
|
@ -382,7 +382,7 @@ CURLM *curl_multi_init(void)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
multi->connc = Curl_mk_connc(CONNCACHE_MULTI, -1);
|
||||
multi->connc = Curl_mk_connc(CONNCACHE_MULTI, -1L);
|
||||
if(!multi->connc) {
|
||||
Curl_hash_destroy(multi->sockhash);
|
||||
Curl_hash_destroy(multi->hostcache);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue