aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_NFQUEUE.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2006-08-22 03:35:47 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 17:55:33 -0400
commitfe1cb10873b44cf89082465823ee6d4d4ac63ad7 (patch)
tree0176a23fb45e7e45182e5b852a08c6ab16db2015 /net/netfilter/xt_NFQUEUE.c
parent4470bbc749e5551cce914529309456f631e25120 (diff)
[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_NFQUEUE.c')
-rw-r--r--net/netfilter/xt_NFQUEUE.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/netfilter/xt_NFQUEUE.c b/net/netfilter/xt_NFQUEUE.c
index 7b982283abd..db9b896e57c 100644
--- a/net/netfilter/xt_NFQUEUE.c
+++ b/net/netfilter/xt_NFQUEUE.c
@@ -29,8 +29,7 @@ target(struct sk_buff **pskb,
29 const struct net_device *out, 29 const struct net_device *out,
30 unsigned int hooknum, 30 unsigned int hooknum,
31 const struct xt_target *target, 31 const struct xt_target *target,
32 const void *targinfo, 32 const void *targinfo)
33 void *userinfo)
34{ 33{
35 const struct xt_NFQ_info *tinfo = targinfo; 34 const struct xt_NFQ_info *tinfo = targinfo;
36 35