mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
multi: value '2L' is assigned to a boolean
Fixes warning detected by PVS-Studio Fixes #4374
This commit is contained in:
parent
2e68e5a023
commit
07c1af9226
@ -363,7 +363,7 @@ struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */
|
||||
Curl_llist_init(&multi->msglist, NULL);
|
||||
Curl_llist_init(&multi->pending, NULL);
|
||||
|
||||
multi->multiplexing = CURLPIPE_MULTIPLEX;
|
||||
multi->multiplexing = TRUE;
|
||||
|
||||
/* -1 means it not set by user, use the default value */
|
||||
multi->maxconnects = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user