gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 80/222: quiche: The expression must be surrounded by parentheses


From: gnunet
Subject: [gnurl] 80/222: quiche: The expression must be surrounded by parentheses
Date: Thu, 07 Nov 2019 00:09:36 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 32fa043202376a89da33380e7d853a1775a16cdc
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Sep 23 10:51:00 2019 +0200

    quiche: The expression must be surrounded by parentheses
    
    PVS-Studio warning
    Fixes #4402
---
 lib/vquic/quiche.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vquic/quiche.c b/lib/vquic/quiche.c
index b5548cc2f..e8f80217b 100644
--- a/lib/vquic/quiche.c
+++ b/lib/vquic/quiche.c
@@ -50,7 +50,7 @@
 
 #define QUIC_MAX_STREAMS (256*1024)
 #define QUIC_MAX_DATA (1*1024*1024)
-#define QUIC_IDLE_TIMEOUT 60 * 1000 /* milliseconds */
+#define QUIC_IDLE_TIMEOUT (60 * 1000) /* milliseconds */
 
 static CURLcode process_ingress(struct connectdata *conn,
                                 curl_socket_t sockfd,

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



reply via email to

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