summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
authorMaciej Zenczykowski <maze@google.com>2011-04-04 15:36:14 +0200
committerPatrick McHardy <kaber@trash.net>2011-04-04 15:36:14 +0200
commite5c061afabf018634a507f00df5b1d0c4bd53a37 (patch)
tree1d7f8445e6c712ca6ad1dcad8a6c14846a7f6b80 /iptables-restore.c
parent74ace0a46048d01611a44c24f6fe5f59d936231b (diff)
v4: rename delete_chain() to delete_chain4()
Signed-off-by: Maciej Zenczykowski <maze@google.com> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index 1bdce8a8..6163a925 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -238,7 +238,7 @@ main(int argc, char *argv[])
DEBUGP("Deleting all user-defined chains "
"of table '%s'\n", table);
- for_each_chain4(delete_chain, verbose, 0,
+ for_each_chain4(delete_chain4, verbose, 0,
handle);
}