From b64f6ca3d43dabc651b829fc7c71d95ed791aee2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 30 Apr 2013 21:03:34 +0200 Subject: [PATCH] Send quit comment in fw3_destroy_ipsets() and initialize ipset objects with enabled = true --- ipsets.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ipsets.c b/ipsets.c index 637af7e..eb37d0a 100644 --- a/ipsets.c +++ b/ipsets.c @@ -216,6 +216,8 @@ fw3_alloc_ipset(void) INIT_LIST_HEAD(&ipset->datatypes); + ipset->enabled = true; + return ipset; } @@ -359,6 +361,8 @@ fw3_destroy_ipsets(struct fw3_state *state) fw3_pr("flush %s\n", s->name); fw3_pr("destroy %s\n", s->name); } + + fw3_pr("quit\n"); } struct fw3_ipset * -- 2.11.0