summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connbytes.c
diff options
context:
space:
mode:
authorPatrick McHardy2006-08-22 09:35:47 +0200
committerDavid S. Miller2006-09-22 23:55:33 +0200
commitfe1cb10873b44cf89082465823ee6d4d4ac63ad7 (patch)
tree0176a23fb45e7e45182e5b852a08c6ab16db2015 /net/netfilter/xt_connbytes.c
parent[NETFILTER]: x_tables: make use of mass registation helpers (diff)
downloadkernel-qcow2-linux-fe1cb10873b44cf89082465823ee6d4d4ac63ad7.tar.gz
kernel-qcow2-linux-fe1cb10873b44cf89082465823ee6d4d4ac63ad7.tar.xz
kernel-qcow2-linux-fe1cb10873b44cf89082465823ee6d4d4ac63ad7.zip
[NETFILTER]: x_tables: remove unused argument to target functions
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/xt_connbytes.c')
-rw-r--r--net/netfilter/xt_connbytes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_connbytes.c b/net/netfilter/xt_connbytes.c
index 2d49948d3c38..d725e8b84503 100644
--- a/net/netfilter/xt_connbytes.c
+++ b/net/netfilter/xt_connbytes.c
@@ -143,7 +143,7 @@ static int check(const char *tablename,
return 1;
}
-static struct xt_match xt_connbytes_match = {
+static struct xt_match xt_connbytes_match[] = {
{
.name = "connbytes",
.family = AF_INET,