summaryrefslogtreecommitdiffstats
path: root/iptables/ip6tables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/ip6tables-standalone.c')
-rw-r--r--iptables/ip6tables-standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/ip6tables-standalone.c b/iptables/ip6tables-standalone.c
index 21b58116..656e08d5 100644
--- a/iptables/ip6tables-standalone.c
+++ b/iptables/ip6tables-standalone.c
@@ -58,7 +58,7 @@ ip6tables_main(int argc, char *argv[])
init_extensions6();
#endif
- ret = do_command6(argc, argv, &table, &handle);
+ ret = do_command6(argc, argv, &table, &handle, false);
if (ret) {
ret = ip6tc_commit(handle);
ip6tc_free(handle);