summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
authorMaciej Zenczykowski <maze@google.com>2011-04-04 15:35:20 +0200
committerPatrick McHardy <kaber@trash.net>2011-04-04 15:35:20 +0200
commitcc38d058d14e84d3008a0c0035348e0ad5f0d5d2 (patch)
tree5bd77f888c13352a8aab752b0c0c72b16fb74342 /iptables-restore.c
parent241e73594f6d75e32a7e89ebdb6b7f7917a48df0 (diff)
v4: rename flush_entries() to flush_entries4()
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 d3b71246..1bdce8a8 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -233,7 +233,7 @@ main(int argc, char *argv[])
if (noflush == 0) {
DEBUGP("Cleaning all chains of table '%s'\n",
table);
- for_each_chain4(flush_entries, verbose, 1,
+ for_each_chain4(flush_entries4, verbose, 1,
handle);
DEBUGP("Deleting all user-defined chains "