aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/daemon_select.c')
-rw-r--r--src/lib/daemon_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/daemon_select.c b/src/lib/daemon_select.c
index f61ba36a..abd6eacf 100644
--- a/src/lib/daemon_select.c
+++ b/src/lib/daemon_select.c
@@ -425,7 +425,7 @@ internal_run_from_select (struct MHD_Daemon *daemon,
425 (! daemon->was_quiesced) && 425 (! daemon->was_quiesced) &&
426 (FD_ISSET (ds, 426 (FD_ISSET (ds,
427 read_fd_set)) ) 427 read_fd_set)) )
428 (void) MHD_accept_connection (daemon); 428 (void) MHD_accept_connection_ (daemon);
429 429
430 if (MHD_TM_THREAD_PER_CONNECTION != daemon->threading_model) 430 if (MHD_TM_THREAD_PER_CONNECTION != daemon->threading_model)
431 { 431 {