gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 93/116: http2: fix "Value stored to 'end' is never


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 93/116: http2: fix "Value stored to 'end' is never read" scan-build error
Date: Tue, 05 Dec 2017 14:52: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 9474a5fe11c6d9da32ad3ec49d52e72cdb6d42ce
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Nov 20 23:13:03 2017 +0100

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

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

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



reply via email to

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