[package] iptables: refresh patch
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 6 Aug 2010 21:45:50 +0000 (21:45 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 6 Aug 2010 21:45:50 +0000 (21:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22520 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/iptables/patches/020-iptables-disable-modprobe.patch

index a6b5d1b..338962f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/xtables.c
 +++ b/xtables.c
-@@ -313,6 +313,7 @@ static char *get_modprobe(void)
+@@ -305,6 +305,7 @@ static char *get_modprobe(void)
  
  int xtables_insmod(const char *modname, const char *modprobe, bool quiet)
  {
@@ -8,7 +8,7 @@
        char *buf = NULL;
        char *argv[4];
        int status;
-@@ -356,6 +357,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;
This page took 0.029116 seconds and 4 git commands to generate.