diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-12 12:06:47 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-12 12:06:47 +0000 |
commit | f689eed74fa0eb204c9d25f6a0607c3a1e5341b9 (patch) | |
tree | 1e0f45a59618be559960961f8c4898fed06f204b /package/kernel/lantiq | |
parent | 21221cf0d9ea22a430317d47b672675375093ce6 (diff) |
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
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-atm/src/ltq_atm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/kernel/lantiq/ltq-atm/src/ltq_atm.c b/package/kernel/lantiq/ltq-atm/src/ltq_atm.c index 8466510c6b..15435f6bfb 100644 --- a/package/kernel/lantiq/ltq-atm/src/ltq_atm.c +++ b/package/kernel/lantiq/ltq-atm/src/ltq_atm.c @@ -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; |