summaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c2
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)
64 else { 64 else {
65 xs *url = xs_fmt("https:/" "/%s/.well-known/webfinger?resource=%s", host, resource); 65 xs *url = xs_fmt("https:/" "/%s/.well-known/webfinger?resource=%s", host, resource);
66 66
67 xs_http_request("GET", url, headers, NULL, 0, &status, &payload, &p_size); 67 xs_http_request("GET", url, headers, NULL, 0, &status, &payload, &p_size, 0);
68 } 68 }
69 69
70 if (valid_status(status)) { 70 if (valid_status(status)) {