summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd.c b/httpd.c
index 08a1b44..af387da 100644
--- a/httpd.c
+++ b/httpd.c
@@ -529,7 +529,7 @@ static void *job_thread(void *arg)
}
else {
/* it's a q_item */
- p_state->th_state[pid] = THST_OUT;
+ p_state->th_state[pid] = THST_QUEUE;
process_queue_item(job);
}
@@ -562,7 +562,7 @@ static void *background_thread(void *arg)
time_t t;
int cnt = 0;
- p_state->th_state[0] = THST_IN;
+ p_state->th_state[0] = THST_QUEUE;
{
xs *list = user_list();