mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix failure to build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user