diff options
| author | 2023-02-02 04:44:30 +0100 | |
|---|---|---|
| committer | 2023-02-02 04:44:30 +0100 | |
| commit | ee77e45abbcdb51536ba8c1209bf0de7a2a2ab10 (patch) | |
| tree | f4afea9497e3122eb41062552fae34d7d666dc19 /activitypub.c | |
| parent | enqueue_output() adds the keyid and seckey args to the q_item. (diff) | |
| download | snac2-ee77e45abbcdb51536ba8c1209bf0de7a2a2ab10.tar.gz snac2-ee77e45abbcdb51536ba8c1209bf0de7a2a2ab10.tar.xz snac2-ee77e45abbcdb51536ba8c1209bf0de7a2a2ab10.zip | |
dequeue() does not need a snac argument.
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
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")); |