iptables: refresh patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41479
This commit is contained in:
Felix Fietkau
2014-07-02 19:18:09 +00:00
parent b4059dea7f
commit 3445645d18
2 changed files with 10 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
char *buf = NULL;
char *argv[4];
int status;
@@ -380,6 +381,7 @@ int xtables_insmod(const char *modname,
@@ -380,6 +381,7 @@ int xtables_insmod(const char *modname,
free(buf);
if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
return 0;