diff options
Diffstat (limited to 'iptables-restore.c')
-rw-r--r-- | iptables-restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-restore.c b/iptables-restore.c index 9abdef2..89acd73 100644 --- a/iptables-restore.c +++ b/iptables-restore.c @@ -59,7 +59,7 @@ iptc_handle_t create_handle(const char *tablename, const char* modprobe ) if (!handle) { /* try to insmod the module if iptc_init failed */ - iptables_insmod("ip_tables", modprobe); + iptables_insmod("ip_tables", modprobe, 0); handle = iptc_init(tablename); } |