diff options
Diffstat (limited to 'src/microhttpd/mhd_sockets.c')
-rw-r--r-- | src/microhttpd/mhd_sockets.c | 4 |
1 files changed, 1 insertions, 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, | |||
530 | return 0; /* even force flush failed!? */ | 530 | return 0; /* even force flush failed!? */ |
531 | return 1; /* success */ | 531 | return 1; /* success */ |
532 | } | 532 | } |
533 | #else | ||
534 | return 0; | ||
535 | #endif | 533 | #endif |
536 | #elif | 534 | #else |
537 | /* do not have MHD_TCP_CORK_NOPUSH at all */ | 535 | /* do not have MHD_TCP_CORK_NOPUSH at all */ |
538 | return 0; | 536 | return 0; |
539 | #endif | 537 | #endif |