diff options
Diffstat (limited to 'webfinger.c')
| -rw-r--r-- | webfinger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webfinger.c b/webfinger.c index 921a848..4d760d3 100644 --- a/webfinger.c +++ b/webfinger.c @@ -183,8 +183,8 @@ int webfinger_get_handler(const xs_dict *req, const char *q_path, } else { - xs *an = xs_fmt("%s", resource); - xs *l = NULL; + xs *an = xs_fmt("%s", resource); + xs *l = NULL; if (xs_startswith(resource, "acct:")) { /* it's an account name */ |