summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connbytes.c
diff options
context:
space:
mode:
authorPatrick McHardy2006-08-22 09:36:37 +0200
committerDavid S. Miller2006-09-22 23:55:34 +0200
commitefa741656e9ebf5fd6e0432b0d1b3c7f156392d3 (patch)
tree18ad158b5972904bd9ba930e5c6ec49181f3b400 /net/netfilter/xt_connbytes.c
parent[NETFILTER]: x_tables: remove unused argument to target functions (diff)
downloadkernel-qcow2-linux-efa741656e9ebf5fd6e0432b0d1b3c7f156392d3.tar.gz
kernel-qcow2-linux-efa741656e9ebf5fd6e0432b0d1b3c7f156392d3.tar.xz
kernel-qcow2-linux-efa741656e9ebf5fd6e0432b0d1b3c7f156392d3.zip
[NETFILTER]: x_tables: remove unused size argument to check/destroy functions
The size is verified by x_tables and isn't needed by the modules anymore. 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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/xt_connbytes.c b/net/netfilter/xt_connbytes.c
index d725e8b84503..dcc497ea8183 100644
--- a/net/netfilter/xt_connbytes.c
+++ b/net/netfilter/xt_connbytes.c
@@ -125,7 +125,6 @@ static int check(const char *tablename,
const void *ip,
const struct xt_match *match,
void *matchinfo,
- unsigned int matchsize,
unsigned int hook_mask)
{
const struct xt_connbytes_info *sinfo = matchinfo;