gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Added variable missi


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Added variable missing in 0a7707a81137f146d8fa7c01b60d3cf884d4665e
Date: Sun, 04 Jun 2017 21:35:40 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 0c2fd79b Added variable missing in 
0a7707a81137f146d8fa7c01b60d3cf884d4665e
0c2fd79b is described below

commit 0c2fd79ba3d02659c8e223c4a8e6b9e6d9716018
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jun 4 22:35:32 2017 +0300

    Added variable missing in 0a7707a81137f146d8fa7c01b60d3cf884d4665e
---
 src/microhttpd/connection.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index ef162278..baa5eb56 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -213,6 +213,7 @@ static ssize_t
 sendfile_adapter (struct MHD_Connection *connection)
 {
   int ret;
+  int err;
   const int file_fd = connection->response->fd;
   uint64_t left;
   uint64_t offsetu64;

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



reply via email to

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