aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/daemon_destroy.c')
-rw-r--r--src/lib/daemon_destroy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/daemon_destroy.c b/src/lib/daemon_destroy.c
index 36f23d17..14cc0b20 100644
--- a/src/lib/daemon_destroy.c
+++ b/src/lib/daemon_destroy.c
@@ -23,6 +23,7 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "internal.h" 25#include "internal.h"
26#include "request_resume.h"
26 27
27 28
28/** 29/**
@@ -113,7 +114,7 @@ MHD_daemon_destroy (struct MHD_Daemon *daemon)
113 { 114 {
114 /* Worker daemon or single daemon with internal thread(s). */ 115 /* Worker daemon or single daemon with internal thread(s). */
115 if (! daemon->disallow_suspend_resume) 116 if (! daemon->disallow_suspend_resume)
116 resume_suspended_connections (daemon); 117 (void) MHD_resume_suspended_connections_ (daemon);
117 118
118 /* Separate thread(s) is used for polling sockets. */ 119 /* Separate thread(s) is used for polling sockets. */
119 if (MHD_ITC_IS_VALID_(daemon->itc)) 120 if (MHD_ITC_IS_VALID_(daemon->itc))