summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index c5f9ff8..c47b841 100644
--- a/httpd.c
+++ b/httpd.c
@@ -274,7 +274,7 @@ static void *queue_thread(void *arg)
snac snac;
if (user_open(&snac, uid)) {
- process_queue(&snac);
+ process_user_queue(&snac);
user_free(&snac);
}
}