aboutsummaryrefslogtreecommitdiff
path: root/src/lib/connection_add.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/connection_add.c')
-rw-r--r--src/lib/connection_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connection_add.c b/src/lib/connection_add.c
index 5ce9030a..edca88f9 100644
--- a/src/lib/connection_add.c
+++ b/src/lib/connection_add.c
@@ -288,7 +288,7 @@ thread_main_handle_connection (void *data)
288 num_ready = MHD_SYS_select_ (maxsock + 1, 288 num_ready = MHD_SYS_select_ (maxsock + 1,
289 &rs, 289 &rs,
290 &ws, 290 &ws,
291 NULL, 291 &es,
292 tvp); 292 tvp);
293 if (num_ready < 0) 293 if (num_ready < 0)
294 { 294 {