mirror of
https://github.com/curl/curl.git
synced 2025-09-17 01:22:41 +03: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->msglist, NULL);
|
||||||
Curl_llist_init(&multi->pending, 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 */
|
/* -1 means it not set by user, use the default value */
|
||||||
multi->maxconnects = -1;
|
multi->maxconnects = -1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user