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 9097d53d..d8a89e25 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1938,7 +1938,7 @@ thread_main_handle_connection (void *data)
1938 num_ready = MHD_SYS_select_ (maxsock + 1, 1938 num_ready = MHD_SYS_select_ (maxsock + 1,
1939 &rs, 1939 &rs,
1940 &ws, 1940 &ws,
1941 NULL, 1941 &es,
1942 tvp); 1942 tvp);
1943 if (num_ready < 0) 1943 if (num_ready < 0)
1944 { 1944 {