From 27325bafff26e395eb87239f6e0289af6a760bcc Mon Sep 17 00:00:00 2001 From: Henrique Dante de Almeida Date: Tue, 8 May 2012 16:20:57 -0300 Subject: iptables: Remove dead assignment --- src/iptables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iptables.c') 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; -- cgit v1.2.3