diff options
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) | |||
| 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++) |