summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique Dante de Almeida <hdante@profusion.mobi>2012-05-08 16:21:00 -0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-05-09 17:17:33 +0300
commit13ece39329a26988cb26798c60746d148327b54f (patch)
treeceac5c22f521a5fc8dd6865cfe9d68cf3dacc4cc
parentec98bff16d5830a5ee69daf0dc433f7e82d88045 (diff)
downloadconnman-13ece39329a26988cb26798c60746d148327b54f.tar.gz
connman-13ece39329a26988cb26798c60746d148327b54f.tar.bz2
connman-13ece39329a26988cb26798c60746d148327b54f.zip
tools: Remove dead assignment in iptables-test
-rw-r--r--tools/iptables-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iptables-test.c b/tools/iptables-test.c
index 9fba23ed..881fa0b1 100644
--- a/tools/iptables-test.c
+++ b/tools/iptables-test.c
@@ -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;