summaryrefslogtreecommitdiff
path: root/src/reqs.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/reqs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reqs.c b/src/reqs.c
index 0d5f0e1..1baab95 100644
--- a/src/reqs.c
+++ b/src/reqs.c
@@ -1403,7 +1403,7 @@ void handle_connection (int fd)
return;
}
- if (check_acl (peer_ipaddr, peer_string) <= 0) {
+ if (check_acl (peer_ipaddr, peer_string, config.access_list) <= 0) {
update_stats (STAT_DENIED);
indicate_http_error (connptr, 403, "Access denied",
"detail",