summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
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"));