From 7aa5250eb8c68472e476faf8399e98f2ba9a9c3b Mon Sep 17 00:00:00 2001 From: default Date: Fri, 15 Mar 2024 04:10:11 +0100 Subject: Backport from xs. --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') 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) /* 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++) -- cgit v1.2.3