aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_destroy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-16 06:48:12 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-16 06:48:12 +0100
commita104a2a46a8d3ef1787f7171295af3acc63c4912 (patch)
tree353d56594506c6611dcfcf5fc6beba764a27fc3a /src/lib/daemon_destroy.c
parent6450f55f0c18d7a4b2fac829d9eff5d567348d19 (diff)
downloadlibmicrohttpd-a104a2a46a8d3ef1787f7171295af3acc63c4912.tar.gz
libmicrohttpd-a104a2a46a8d3ef1787f7171295af3acc63c4912.zip
implementing daemon_close_all_connections
Diffstat (limited to 'src/lib/daemon_destroy.c')
-rw-r--r--src/lib/daemon_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/daemon_destroy.c b/src/lib/daemon_destroy.c
index 14cc0b20..054ca188 100644
--- a/src/lib/daemon_destroy.c
+++ b/src/lib/daemon_destroy.c
@@ -147,7 +147,7 @@ MHD_daemon_destroy (struct MHD_Daemon *daemon)
147 { 147 {
148 /* No internal threads are used for polling sockets 148 /* No internal threads are used for polling sockets
149 (external event loop) */ 149 (external event loop) */
150 close_all_connections (daemon); 150 MHD_daemon_close_all_connections_ (daemon);
151 } 151 }
152 if (MHD_ITC_IS_VALID_ (daemon->itc)) 152 if (MHD_ITC_IS_VALID_ (daemon->itc))
153 MHD_itc_destroy_chk_ (daemon->itc); 153 MHD_itc_destroy_chk_ (daemon->itc);