gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 92/116: http2: fix "Value stored to 'hdbuf' is neve


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 92/116: http2: fix "Value stored to 'hdbuf' is never read" scan-build error
Date: Tue, 05 Dec 2017 14:52:02 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 786992c801f71cfaf02e512076356379c34e8002
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Nov 20 23:12:19 2017 +0100

    http2: fix "Value stored to 'hdbuf' is never read" scan-build error
---
 lib/http2.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/http2.c b/lib/http2.c
index 5518a70ab..86419cb6d 100644
--- a/lib/http2.c
+++ b/lib/http2.c
@@ -1848,8 +1848,6 @@ static ssize_t http2_send(struct connectdata *conn, int 
sockindex,
     goto fail;
   }
 
-  hdbuf = end + 1;
-
   end = line_end;
   nva[2].name = (unsigned char *)":scheme";
   nva[2].namelen = strlen((char *)nva[2].name);

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



reply via email to

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