mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
lantiq: fix atm compile
https://dev.openwrt.org/ticket/14633 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39226 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a7ba9c7dc2
commit
8f4d784fc9
@ -885,8 +885,6 @@ static struct sk_buff* skb_break_away_from_protocol(struct sk_buff *skb)
|
||||
#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
|
||||
nf_conntrack_put(new_skb->nfct);
|
||||
new_skb->nfct = NULL;
|
||||
nf_conntrack_put_reasm(new_skb->nfct_reasm);
|
||||
new_skb->nfct_reasm = NULL;
|
||||
#ifdef CONFIG_BRIDGE_NETFILTER
|
||||
nf_bridge_put(new_skb->nf_bridge);
|
||||
new_skb->nf_bridge = NULL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user