summaryrefslogtreecommitdiff
blob: aea9cfba19eef2c8bd8ce06bd23f2e39cbecf600 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/main.c
+++ b/src/main.c
@@ -306,8 +306,6 @@
     hosts = calloc(2, sizeof(struct host));
     rules = calloc(1, sizeof(struct rule));
     rules_num = 0;
-    bzero(hosts, sizeof(hosts));
-    bzero(rules, sizeof(rules));
 
     /* Init rules table */
     if (init_rules(opt.rules) != 0) {