gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 121/154: MSG_MORE fix


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 121/154: MSG_MORE fix
Date: Mon, 19 Aug 2019 10:17:13 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 919c6d4e52197b22aebb60342cfc06c1e80b2b73
Author: ng0 <address@hidden>
AuthorDate: Tue Jul 30 09:04:16 2019 +0000

    MSG_MORE fix
---
 src/microhttpd/mhd_send.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 8eec8234..dc7414c6 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -250,7 +250,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
   {
     /* plaintext transmission */
     pre_cork_setsockopt (connection, want_cork);
-#if MSG_MORE
+#if HAVE_MSG_MORE
     ret = send (s,
                 buffer,
                 buffer_size,

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



reply via email to

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