diff options
-rw-r--r-- | src/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
![]() |
index : tinyproxy | |
Light-weight HTTP/HTTPS proxy daemon for POSIX operating systems |
summaryrefslogtreecommitdiffhomepage |
-rw-r--r-- | src/acl.c | 2 |
@@ -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); |