mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Fixed typo in webfinger_request().
This commit is contained in:
parent
3beafe8845
commit
6e0b5c9d20
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ int webfinger_request(char *qs, char **actor, char **user)
|
|||
|
||||
if (xs_list_len(l) == 2) {
|
||||
host = xs_list_get(l, 1);
|
||||
resource = xs_fmt("acct:%s", qs);
|
||||
resource = xs_fmt("acct:%s", s);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue