From ee77e45abbcdb51536ba8c1209bf0de7a2a2ab10 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 2 Feb 2023 04:44:30 +0100 Subject: dequeue() does not need a snac argument. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index ba6e45e..bd99c26 100644 --- a/activitypub.c +++ b/activitypub.c @@ -1169,7 +1169,7 @@ void process_queue(snac *snac) xs_str *fn; while (xs_list_iter(&p, &fn)) { - xs *q_item = dequeue(snac, fn); + xs *q_item = dequeue(fn); if (q_item == NULL) { snac_log(snac, xs_fmt("process_queue q_item error")); -- cgit v1.2.3