X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a1fc7ca1b23c2b43b8cff25d712f376edd009094..d1a94d7d332b33fab4e0c01f70e1fcfed0173f23:/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 338962ffb..422058df7 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;