summaryrefslogtreecommitdiffstats
path: root/iptables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-standalone.c')
-rw-r--r--iptables-standalone.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables-standalone.c b/iptables-standalone.c
index 1f60e314..b0859464 100644
--- a/iptables-standalone.c
+++ b/iptables-standalone.c
@@ -59,10 +59,10 @@ main(int argc, char *argv[])
exit(1);
}
#if defined(ALL_INCLUSIVE) || defined(NO_SHARED_LIBS)
- init_extensions();
+ init_extensions4();
#endif
- ret = do_command(argc, argv, &table, &handle);
+ ret = do_command4(argc, argv, &table, &handle);
if (ret) {
ret = iptc_commit(handle);
iptc_free(handle);