summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/httpd.c b/httpd.c
index c47b841..7932982 100644
--- a/httpd.c
+++ b/httpd.c
@@ -280,6 +280,9 @@ static void *queue_thread(void *arg)
280 } 280 }
281 } 281 }
282 282
283 /* global queue */
284 process_queue();
285
283 /* time to purge? */ 286 /* time to purge? */
284 if ((t = time(NULL)) > purge_time) { 287 if ((t = time(NULL)) > purge_time) {
285 pthread_t pth; 288 pthread_t pth;