mirror of
https://github.com/curl/curl.git
synced 2025-04-06 16:10:34 +08: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…
x
Reference in New Issue
Block a user