mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
netfilter: nf_queue: remove unused hook entries pointer
Its not used anywhere, so remove this. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
eca27f14b1
commit
0d9cb300ac
4 changed files with 6 additions and 9 deletions
|
@ -234,7 +234,7 @@ static int nf_hook_bridge_pre(struct sk_buff *skb, struct sk_buff **pskb)
|
|||
kfree_skb(skb);
|
||||
return RX_HANDLER_CONSUMED;
|
||||
case NF_QUEUE:
|
||||
ret = nf_queue(skb, &state, e, i, verdict);
|
||||
ret = nf_queue(skb, &state, i, verdict);
|
||||
if (ret == 1)
|
||||
continue;
|
||||
return RX_HANDLER_CONSUMED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue