commit 093c83c2270e18294811f394c9af87a2cb56ea20
parent dab960711f64b62dc447a66d98705dbb51407ca8
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 17 Oct 2019 23:10:34 +0200
fix missing ret, thanks, Markus
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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 */