aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 02f065a0..3275a3d5 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -463,7 +463,7 @@ sendfile_adapter (struct MHD_Connection *connection)
463#endif /* HAVE_FREEBSD_SENDFILE */ 463#endif /* HAVE_FREEBSD_SENDFILE */
464 464
465 ret = lo_ret; 465 ret = lo_ret;
466 (if 0 > ret) 466 if (0 > ret)
467 { 467 {
468 /* ! could be avoided by redefining the variable. */ 468 /* ! could be avoided by redefining the variable. */
469 have_cork = ! connection->sk_tcp_nodelay_on; 469 have_cork = ! connection->sk_tcp_nodelay_on;