diff options
author | default <nobody@localhost> | 2024-03-15 04:10:11 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-15 04:10:11 +0100 |
commit | 7aa5250eb8c68472e476faf8399e98f2ba9a9c3b (patch) | |
tree | c18ee69ac1bbf727d9295be9a62820badce8df22 /httpd.c | |
parent | b7eb5348b763a4350ecdc2b474e19f67d3c270d1 (diff) |
Backport from xs.
Diffstat (limited to 'httpd.c')
-rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -814,7 +814,7 @@ void httpd(void) /* send as many exit jobs as working threads */ for (n = 1; n < p_state->n_threads; n++) - job_post(xs_stock_false, 0); + job_post(xs_stock(XSTYPE_FALSE), 0); /* wait for all the threads to exit */ for (n = 0; n < p_state->n_threads; n++) |