X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/543491d603fb8f443e8854c39b59301e117e1fda..494bc2d39907cabb669d5cb10f59d6110264f854:/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 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;