diff options
author | default <nobody@localhost> | 2023-05-04 09:28:36 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-04 09:28:36 +0200 |
commit | 185aac23876f9ae5d9b613f8b9abd517c3ab3b4d (patch) | |
tree | 7d7fcf3e99f4acfa05d251a0bec86f899d4a1005 /webfinger.c | |
parent | 753eadfd1775545c5bfb4110ad2ba7cb61df9588 (diff) |
Added -Wextra to C flags.
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; |