From 1267f048da73ecb16cb98571657b6de2f3811f19 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 17 Jul 2011 15:53:34 +0000 Subject: iptables: refresh patches SVN-Revision: 27652 --- package/iptables/patches/020-iptables-disable-modprobe.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/iptables/patches/020-iptables-disable-modprobe.patch') diff --git a/package/iptables/patches/020-iptables-disable-modprobe.patch b/package/iptables/patches/020-iptables-disable-modprobe.patch index 422058df78..338962ffbe 100644 --- a/package/iptables/patches/020-iptables-disable-modprobe.patch +++ b/package/iptables/patches/020-iptables-disable-modprobe.patch @@ -8,7 +8,7 @@ char *buf = NULL; char *argv[4]; int status; -@@ -348,6 +349,7 @@ int xtables_insmod(const char *modname, +@@ -348,6 +349,7 @@ int xtables_insmod(const char *modname, free(buf); if (WIFEXITED(status) && WEXITSTATUS(status) == 0) return 0; -- cgit v1.2.3