From 0e9480b864a16400fc3572719b05f01f300026ab Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Tue, 13 Mar 2007 08:17:59 +0000 Subject: Supress error message from modprobe on checking revision. --- iptables-restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables-restore.c') diff --git a/iptables-restore.c b/iptables-restore.c index 9abdef25..89acd73d 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); } -- cgit v1.2.3