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