From 8d22c448d473491b959709d29af46c25e3d7f80b Mon Sep 17 00:00:00 2001 From: default Date: Thu, 2 Feb 2023 04:50:51 +0100 Subject: process_queue() has been renamed to process_user_queue(). --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') 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); } } -- cgit v1.2.3