summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
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 66918a02..1a4beeb4 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -60,7 +60,7 @@ iptc_handle_t create_handle(const char *tablename, const char* modprobe )
if (!handle) {
/* try to insmod the module if iptc_init failed */
- xtables_insmod("ip_tables", modprobe, 0);
+ load_xtables_ko(modprobe, 0);
handle = iptc_init(tablename);
}