diff options
Diffstat (limited to 'webfinger.c')
| -rw-r--r-- | webfinger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c index 6476bba..928af22 100644 --- a/webfinger.c +++ b/webfinger.c | |||
| @@ -39,7 +39,7 @@ int webfinger_request(char *qs, char **actor, char **user) | |||
| 39 | 39 | ||
| 40 | if (xs_list_len(l) == 2) { | 40 | if (xs_list_len(l) == 2) { |
| 41 | host = xs_list_get(l, 1); | 41 | host = xs_list_get(l, 1); |
| 42 | resource = xs_fmt("acct:%s", qs); | 42 | resource = xs_fmt("acct:%s", s); |
| 43 | } | 43 | } |
| 44 | } | 44 | } |
| 45 | 45 | ||