aboutsummaryrefslogtreecommitdiff
path: root/src/lib/connection_options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/connection_options.c')
-rw-r--r--src/lib/connection_options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/connection_options.c b/src/lib/connection_options.c
index 24301ddf..118da122 100644
--- a/src/lib/connection_options.c
+++ b/src/lib/connection_options.c
@@ -46,6 +46,7 @@ MHD_connection_set_timeout (struct MHD_Connection *connection,
46 connection->connection_timeout = (time_t) timeout_s; 46 connection->connection_timeout = (time_t) timeout_s;
47 return; 47 return;
48 } 48 }
49
49 MHD_mutex_lock_chk_ (&daemon->cleanup_connection_mutex); 50 MHD_mutex_lock_chk_ (&daemon->cleanup_connection_mutex);
50 if (! connection->suspended) 51 if (! connection->suspended)
51 { 52 {