aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/daemon_info.c')
-rw-r--r--src/lib/daemon_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/daemon_info.c b/src/lib/daemon_info.c
index 37208da3..b0c5ec14 100644
--- a/src/lib/daemon_info.c
+++ b/src/lib/daemon_info.c
@@ -66,7 +66,7 @@ MHD_daemon_get_information_sz (struct MHD_Daemon *daemon,
66#endif 66#endif
67 case MHD_DAEMON_INFORMATION_CURRENT_CONNECTIONS: 67 case MHD_DAEMON_INFORMATION_CURRENT_CONNECTIONS:
68 CHECK_SIZE (unsigned int); 68 CHECK_SIZE (unsigned int);
69 if (MHD_TM_EXTERNAL_EVENT_LOOP == daemon->threading_model) 69 if (MHD_TM_EXTERNAL_EVENT_LOOP == daemon->threading_mode)
70 { 70 {
71 /* Assumes that MHD_run() in not called in other thread 71 /* Assumes that MHD_run() in not called in other thread
72 (of the application) at the same time. */ 72 (of the application) at the same time. */