summaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/webfinger.c b/webfinger.c
index f56b6f2..765c469 100644
--- a/webfinger.c
+++ b/webfinger.c
@@ -104,6 +104,8 @@ int webfinger_get_handler(d_char *req, char *q_path,
104{ 104{
105 int status; 105 int status;
106 106
107 (void)b_size;
108
107 if (strcmp(q_path, "/.well-known/webfinger") != 0) 109 if (strcmp(q_path, "/.well-known/webfinger") != 0)
108 return 0; 110 return 0;
109 111