1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:03:49 +03:00

[package] iptables: refresh patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22520 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-08-06 21:45:50 +00:00
parent 04e9a33b0f
commit a1fc7ca1b2

View 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;