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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 53b2cee7..1aa7d8d3 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -4265,7 +4265,7 @@ thread_failed:
4265 as though we had fully initialized our daemon, but 4265 as though we had fully initialized our daemon, but
4266 with a smaller number of threads than had been 4266 with a smaller number of threads than had been
4267 requested. */ 4267 requested. */
4268 daemon->worker_pool_size = i - 1; 4268 daemon->worker_pool_size = i;
4269 MHD_stop_daemon (daemon); 4269 MHD_stop_daemon (daemon);
4270 return NULL; 4270 return NULL;
4271 4271