summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/httpd.c b/httpd.c
index 7d76084..ae49189 100644
--- a/httpd.c
+++ b/httpd.c
@@ -286,6 +286,7 @@ static void *queue_thread(void *arg)
pthread_t pth;
pthread_create(&pth, NULL, purge_thread, NULL);
+ pthread_detach(pth);
/* next purge time is tomorrow */
purge_time = t + 24 * 60 * 60;