diff options
Diffstat (limited to 'src/acl.c')
-rw-r--r-- | src/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |