projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec98bff
)
tools: Remove dead assignment in iptables-test
author
Henrique Dante de Almeida
<hdante@profusion.mobi>
Tue, 8 May 2012 19:21:00 +0000
(16:21 -0300)
committer
Patrik Flykt
<patrik.flykt@linux.intel.com>
Wed, 9 May 2012 14:17:33 +0000
(17:17 +0300)
tools/iptables-test.c
patch
|
blob
|
history
diff --git
a/tools/iptables-test.c
b/tools/iptables-test.c
index
9fba23e
..
881fa0b
100644
(file)
--- 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;