gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix failure to build


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix failure to build
Date: Thu, 17 Oct 2019 17:55:32 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new f1ab1542 fix failure to build
f1ab1542 is described below

commit f1ab15426f53caf5660c7d0dd29b3f60b101c1b8
Author: ng0 <address@hidden>
AuthorDate: Thu Oct 17 15:52:27 2019 +0000

    fix failure to build
---
 src/microhttpd/mhd_sockets.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c
index 38c6ecd4..7929c07a 100644
--- a/src/microhttpd/mhd_sockets.c
+++ b/src/microhttpd/mhd_sockets.c
@@ -530,10 +530,8 @@ MHD_socket_cork_ (MHD_socket sock,
       return 0; /* even force flush failed!? */
     return 1; /* success */
   }
-#else
-  return 0;
 #endif
-#elif
+#else
   /* do not have MHD_TCP_CORK_NOPUSH at all */
   return 0;
 #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]