diff options
| author | 2024-04-29 09:26:37 +0200 | |
|---|---|---|
| committer | 2024-04-29 09:26:37 +0200 | |
| commit | 29fb43079761796e34209611ec93bd651b871cab (patch) | |
| tree | 92032b2b28cf51dcc534124334b6ff8561724441 /httpd.c | |
| parent | More work in lists. (diff) | |
| download | penes-snac2-29fb43079761796e34209611ec93bd651b871cab.tar.gz penes-snac2-29fb43079761796e34209611ec93bd651b871cab.tar.xz penes-snac2-29fb43079761796e34209611ec93bd651b871cab.zip | |
More work in lists.
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -360,7 +360,7 @@ void httpd_connection(FILE *f) | |||
| 360 | #ifndef NO_MASTODON_API | 360 | #ifndef NO_MASTODON_API |
| 361 | if (status == 0) | 361 | if (status == 0) |
| 362 | status = mastoapi_delete_handler(req, q_path, | 362 | status = mastoapi_delete_handler(req, q_path, |
| 363 | &body, &b_size, &ctype); | 363 | payload, p_size, &body, &b_size, &ctype); |
| 364 | #endif | 364 | #endif |
| 365 | } | 365 | } |
| 366 | 366 | ||