summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-04-29 09:26:37 +0200
committerdefault <nobody@localhost>2024-04-29 09:26:37 +0200
commit29fb43079761796e34209611ec93bd651b871cab (patch)
tree92032b2b28cf51dcc534124334b6ff8561724441 /httpd.c
parent9a13e330f12aaf0fc1535e922efbf315308d252b (diff)
More work in lists.
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index e402e61..bda8159 100644
--- a/httpd.c
+++ b/httpd.c
@@ -360,7 +360,7 @@ void httpd_connection(FILE *f)
#ifndef NO_MASTODON_API
if (status == 0)
status = mastoapi_delete_handler(req, q_path,
- &body, &b_size, &ctype);
+ payload, p_size, &body, &b_size, &ctype);
#endif
}