gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Fixed copy-paste error introduced


From: gnunet
Subject: [libmicrohttpd] branch master updated: Fixed copy-paste error introduced by 2475030dcbdb95f6843d251d6e4ee1b4be9f3f3b
Date: Thu, 09 Nov 2023 18:08:44 +0100

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 e62cd69d Fixed copy-paste error introduced by 
2475030dcbdb95f6843d251d6e4ee1b4be9f3f3b
e62cd69d is described below

commit e62cd69da842695af952deb61e069c7126e24f53
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Nov 9 20:08:32 2023 +0300

    Fixed copy-paste error introduced by 
2475030dcbdb95f6843d251d6e4ee1b4be9f3f3b
---
 src/microhttpd/mhd_send.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index c74415c6..eea1c2d5 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -1201,7 +1201,8 @@ MHD_send_sendfile_ (struct MHD_Connection *connection)
 #ifdef HAVE_DARWIN_SENDFILE
   off_t len;
 #endif /* HAVE_DARWIN_SENDFILE */
-  const bool used_thr_p_c = MHD_D_IS_USING_THREAD_PER_CONN_ (daemon);
+  const bool used_thr_p_c =
+    MHD_D_IS_USING_THREAD_PER_CONN_ (connection->daemon);
   const size_t chunk_size = used_thr_p_c ? MHD_SENFILE_CHUNK_THR_P_C_ :
                             MHD_SENFILE_CHUNK_;
   size_t send_size = 0;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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