summaryrefslogtreecommitdiff
path: root/src/iptables.c
diff options
context:
space:
mode:
authorHenrique Dante de Almeida <hdante@profusion.mobi>2012-05-08 16:20:57 -0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-05-09 17:16:00 +0300
commit27325bafff26e395eb87239f6e0289af6a760bcc (patch)
tree45a37cb9b03dd4e13acd16ed734d7c074cf78863 /src/iptables.c
parentff6065619488984706b59256d241e9f44cde0652 (diff)
downloadconnman-27325bafff26e395eb87239f6e0289af6a760bcc.tar.gz
connman-27325bafff26e395eb87239f6e0289af6a760bcc.tar.bz2
connman-27325bafff26e395eb87239f6e0289af6a760bcc.zip
iptables: Remove dead assignment
Diffstat (limited to 'src/iptables.c')
-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;