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 0811bca..4d1abe6 100644 --- a/webfinger.c +++ b/webfinger.c @@ -64,7 +64,7 @@ int webfinger_request(char *qs, char **actor, char **user) else { xs *url = xs_fmt("https:/" "/%s/.well-known/webfinger?resource=%s", host, resource); - xs_http_request("GET", url, headers, NULL, 0, &status, &payload, &p_size); + xs_http_request("GET", url, headers, NULL, 0, &status, &payload, &p_size, 0); } if (valid_status(status)) { |