gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed 5ac497e212525a


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed 5ac497e212525a12209a3c1007a129ae85055cf7
Date: Sun, 01 Oct 2017 16:08:28 +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 404d4b44 Fixed 5ac497e212525a12209a3c1007a129ae85055cf7
404d4b44 is described below

commit 404d4b4472f5714a7e32422e5aa663b964f97652
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Oct 1 17:08:17 2017 +0300

    Fixed 5ac497e212525a12209a3c1007a129ae85055cf7
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 3f62144a..2511230d 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -238,7 +238,7 @@ sendfile_adapter (struct MHD_Connection *connection)
 #else  /* HAVE_SENDFILE64 */
   off64_t offset;
 #endif /* HAVE_SENDFILE64 */
-  const bool used_thr_p_c = (0 != (daemon->options & 
MHD_USE_THREAD_PER_CONNECTION));
+  const bool used_thr_p_c = (0 != (connection->daemon->options & 
MHD_USE_THREAD_PER_CONNECTION));
   size_t send_size;
   mhd_assert (MHD_resp_sender_sendfile == connection->resp_sender);
 

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



reply via email to

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