diff options
| author | 2023-08-08 19:29:34 +0200 | |
|---|---|---|
| committer | 2023-08-08 19:29:34 +0200 | |
| commit | 3e5bb109d14e194958a448a0e2feb55f685afaf2 (patch) | |
| tree | fb032c24cef0b1ad6c5c41651fff2be6f203fe92 /webfinger.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-3e5bb109d14e194958a448a0e2feb55f685afaf2.tar.gz penes-snac2-3e5bb109d14e194958a448a0e2feb55f685afaf2.tar.xz penes-snac2-3e5bb109d14e194958a448a0e2feb55f685afaf2.zip | |
Renamed json dump functions to new xs spec.
Diffstat (limited to '')
| -rw-r--r-- | webfinger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c index 9c1ac49..1b11ab5 100644 --- a/webfinger.c +++ b/webfinger.c | |||
| @@ -184,7 +184,7 @@ int webfinger_get_handler(d_char *req, char *q_path, | |||
| 184 | obj = xs_dict_append(obj, "subject", acct); | 184 | obj = xs_dict_append(obj, "subject", acct); |
| 185 | obj = xs_dict_append(obj, "links", links); | 185 | obj = xs_dict_append(obj, "links", links); |
| 186 | 186 | ||
| 187 | j = xs_json_dumps_pp(obj, 4); | 187 | j = xs_json_dumps(obj, 4); |
| 188 | 188 | ||
| 189 | user_free(&snac); | 189 | user_free(&snac); |
| 190 | 190 | ||