aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_send.c')
-rw-r--r--src/microhttpd/mhd_send.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index e632406e..ae763b9b 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -822,8 +822,9 @@ MHD_send_data_ (struct MHD_Connection *connection,
822 * sent amount smaller than provided amount, as TLS 822 * sent amount smaller than provided amount, as TLS
823 * connections may break data into smaller parts for sending. */ 823 * connections may break data into smaller parts for sending. */
824#endif /* EPOLL_SUPPORT */ 824#endif /* EPOLL_SUPPORT */
825#endif /* HTTPS_SUPPORT */ 825#else /* ! HTTPS_SUPPORT */
826 (void) 0; /* Mute compiler warning for non-TLS builds. */ 826 ret = MHD_ERR_NOTCONN_;
827#endif /* ! HTTPS_SUPPORT */
827 } 828 }
828 else 829 else
829 { 830 {