diff options
Diffstat (limited to 'webfinger.c')
-rw-r--r-- | webfinger.c | 2 |
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, { int status; + (void)b_size; + if (strcmp(q_path, "/.well-known/webfinger") != 0) return 0; |