package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes #8369)

SVN-Revision: 24345
This commit is contained in:
Alexandros C. Couloumbis
2010-12-08 12:56:46 +00:00
parent fa3c5ac38a
commit 45ab1a3162
5 changed files with 12 additions and 29 deletions

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