aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/020-iptables-disable-modprobe.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-07-17 15:53:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-07-17 15:53:34 +0000
commit1267f048da73ecb16cb98571657b6de2f3811f19 (patch)
treee010c498f44cbb930e9186623d5d1eb6f80253e6 /package/iptables/patches/020-iptables-disable-modprobe.patch
parent4b362b98bbd839c045dfb3b5f7972636c5ce4ae4 (diff)
downloadupstream-1267f048da73ecb16cb98571657b6de2f3811f19.tar.gz
upstream-1267f048da73ecb16cb98571657b6de2f3811f19.tar.bz2
upstream-1267f048da73ecb16cb98571657b6de2f3811f19.zip
iptables: refresh patches
SVN-Revision: 27652
Diffstat (limited to 'package/iptables/patches/020-iptables-disable-modprobe.patch')
-rw-r--r--package/iptables/patches/020-iptables-disable-modprobe.patch2
1 files changed, 1 insertions, 1 deletions
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;