gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 47/222: multi: value '2L' is assigned to a boolean


From: gnunet
Subject: [gnurl] 47/222: multi: value '2L' is assigned to a boolean
Date: Thu, 07 Nov 2019 00:09:03 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 07c1af9226689a10721e457115f7ef5a52c352eb
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Sep 19 09:47:37 2019 +0200

    multi: value '2L' is assigned to a boolean
    
    Fixes warning detected by PVS-Studio
    Fixes #4374
---
 lib/multi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/multi.c b/lib/multi.c
index 2e91e4ff3..22e0dcfd1 100755
--- a/lib/multi.c
+++ b/lib/multi.c
@@ -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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]