summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorGravatar default2024-03-15 04:10:11 +0100
committerGravatar default2024-03-15 04:10:11 +0100
commit7aa5250eb8c68472e476faf8399e98f2ba9a9c3b (patch)
treec18ee69ac1bbf727d9295be9a62820badce8df22 /httpd.c
parentUpdated TODO. (diff)
downloadpenes-snac2-7aa5250eb8c68472e476faf8399e98f2ba9a9c3b.tar.gz
penes-snac2-7aa5250eb8c68472e476faf8399e98f2ba9a9c3b.tar.xz
penes-snac2-7aa5250eb8c68472e476faf8399e98f2ba9a9c3b.zip
Backport from xs.
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index d74642f..51ed1a2 100644
--- a/httpd.c
+++ b/httpd.c
@@ -814,7 +814,7 @@ void httpd(void)
814 814
815 /* send as many exit jobs as working threads */ 815 /* send as many exit jobs as working threads */
816 for (n = 1; n < p_state->n_threads; n++) 816 for (n = 1; n < p_state->n_threads; n++)
817 job_post(xs_stock_false, 0); 817 job_post(xs_stock(XSTYPE_FALSE), 0);
818 818
819 /* wait for all the threads to exit */ 819 /* wait for all the threads to exit */
820 for (n = 0; n < p_state->n_threads; n++) 820 for (n = 0; n < p_state->n_threads; n++)