gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 138/154: mhd_send: fix failure to build


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 138/154: mhd_send: fix failure to build
Date: Mon, 19 Aug 2019 10:17:30 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 7d7d55d12d92face09336f44380a91477a322fa4
Author: ng0 <address@hidden>
AuthorDate: Fri Aug 2 08:44:01 2019 +0000

    mhd_send: fix failure to build
---
 src/microhttpd/mhd_send.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index cc9fcf5b..11ed6db7 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -100,7 +100,7 @@ pre_cork_setsockopt (struct MHD_Connection *connection,
       return;
     }
   if ( (want_cork) &&
-       (0 == MHD_socket_set_nodelay (connection->socket_fd,
+       (0 == MHD_socket_set_nodelay_ (connection->socket_fd,
                                      false)) )
     connection->sk_cork_on = true;
 #endif
@@ -171,7 +171,7 @@ post_cork_setsockopt (struct MHD_Connection *connection,
       return;
     }
   if ( (! want_cork) &&
-       (0 == MHD_socket_set_nodelay (connection->socket_fd,
+       (0 == MHD_socket_set_nodelay_ (connection->socket_fd,
                                      true)) )
     connection->sk_cork_on = false;
 #endif

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



reply via email to

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