X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/543491d603fb8f443e8854c39b59301e117e1fda..4677737b0a940c4be5edc717c9ce5085e4101f24:/package/iptables/patches/020-iptables-disable-modprobe.patch?ds=sidebyside diff --git a/package/iptables/patches/020-iptables-disable-modprobe.patch b/package/iptables/patches/020-iptables-disable-modprobe.patch index 422058df7..338962ffb 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;