summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/iptables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iptables.c b/src/iptables.c
index 7b0e25d2..531e9337 100644
--- a/src/iptables.c
+++ b/src/iptables.c
@@ -1526,7 +1526,7 @@ static int iptables_command(int argc, char *argv[])
insert = FALSE;
delete = FALSE;
compare = FALSE;
- table_name = chain = new_chain = match_name = target_name = NULL;
+ chain = new_chain = match_name = target_name = NULL;
flush_chain = delete_chain = policy = NULL;
memset(&ip, 0, sizeof(struct ipt_ip));
table = NULL;