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