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 missing ret, tha


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix missing ret, thanks, Markus
Date: Thu, 17 Oct 2019 23:12:53 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 093c83c2 fix missing ret, thanks, Markus
093c83c2 is described below

commit 093c83c2270e18294811f394c9af87a2cb56ea20
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Oct 17 23:10:34 2019 +0200

    fix missing ret, thanks, Markus
---
 src/microhttpd/mhd_sockets.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c
index 7929c07a..ad2f91bc 100644
--- a/src/microhttpd/mhd_sockets.c
+++ b/src/microhttpd/mhd_sockets.c
@@ -530,6 +530,8 @@ MHD_socket_cork_ (MHD_socket sock,
       return 0; /* even force flush failed!? */
     return 1; /* success */
   }
+#else
+  return 1; /* success */
 #endif
 #else
   /* do not have MHD_TCP_CORK_NOPUSH at all */

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



reply via email to

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