iptables: make it possible to dynamically configure built-in statically linked extens...
[openwrt.git] / package / iptables / patches / 020-iptables-disable-modprobe.patch
index 422058df787b253dac8c66bd84d31bc46b2c7c1d..338962ffbeea758e44776a3c690648b364549f8d 100644 (file)
@@ -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;