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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 46cfad0e..5666e4ee 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2959,6 +2959,7 @@ new_connections_list_process_ (struct MHD_Daemon *daemon)
2959 daemon->new_connections_tail = NULL; 2959 daemon->new_connections_tail = NULL;
2960 daemon->have_new = false; 2960 daemon->have_new = false;
2961 MHD_mutex_unlock_chk_ (&daemon->new_connections_mutex); 2961 MHD_mutex_unlock_chk_ (&daemon->new_connections_mutex);
2962 (void) local_head; /* Mute compiler warning */
2962 2963
2963 /* Process new connections in FIFO order. */ 2964 /* Process new connections in FIFO order. */
2964 do 2965 do