mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Fixed typo in webfinger_request().
This commit is contained in:
parent
3beafe8845
commit
6e0b5c9d20
@ -39,7 +39,7 @@ int webfinger_request(char *qs, char **actor, char **user)
|
|||||||
|
|
||||||
if (xs_list_len(l) == 2) {
|
if (xs_list_len(l) == 2) {
|
||||||
host = xs_list_get(l, 1);
|
host = xs_list_get(l, 1);
|
||||||
resource = xs_fmt("acct:%s", qs);
|
resource = xs_fmt("acct:%s", s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user