summaryrefslogtreecommitdiff
path: root/src/acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/acl.c')
-rw-r--r--src/acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acl.c b/src/acl.c
index eb200b3..d61ccf3 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -309,7 +309,7 @@ check_acl(int fd, const char *ip, const char *host)
{
struct acl_s *acl;
int perm;
- int i;
+ size_t i;
assert(fd >= 0);
assert(ip != NULL);