aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 25ac0969..9731bf72 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2157,7 +2157,7 @@ thread_main_handle_connection (void *data)
2157#else 2157#else
2158 1, 2158 1,
2159#endif 2159#endif
2160 (NULL == tvp) ? -1 : tv.tv_sec * 1000) < 0) 2160 (NULL == tvp) ? -1 : (tv.tv_sec * 1000)) < 0)
2161 { 2161 {
2162 if (MHD_SCKT_LAST_ERR_IS_ (MHD_SCKT_EINTR_)) 2162 if (MHD_SCKT_LAST_ERR_IS_ (MHD_SCKT_EINTR_))
2163 continue; 2163 continue;