tools: Remove dead assignment in iptables-test
authorHenrique Dante de Almeida <hdante@profusion.mobi>
Tue, 8 May 2012 19:21:00 +0000 (16:21 -0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 9 May 2012 14:17:33 +0000 (17:17 +0300)
tools/iptables-test.c

index 9fba23e..881fa0b 100644 (file)
@@ -1516,7 +1516,7 @@ int main(int argc, char *argv[])
        insert = FALSE;
        delete_rule = FALSE;
        compare_rule = FALSE;
-       table_name = chain = new_chain = match_name = target_name = NULL;
+       chain = new_chain = match_name = target_name = NULL;
        delete_chain = flush_chain = policy = NULL;
        memset(&ip, 0, sizeof(struct ipt_ip));
        table = NULL;