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)
1169 xs_str *fn; 1169 xs_str *fn;
1170 1170
1171 while (xs_list_iter(&p, &fn)) { 1171 while (xs_list_iter(&p, &fn)) {
1172 xs *q_item = dequeue(snac, fn); 1172 xs *q_item = dequeue(fn);
1173 1173
1174 if (q_item == NULL) { 1174 if (q_item == NULL) {
1175 snac_log(snac, xs_fmt("process_queue q_item error")); 1175 snac_log(snac, xs_fmt("process_queue q_item error"));