summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-01-12 12:06:47 +0000
committerJohn Crispin <john@openwrt.org>2014-01-12 12:06:47 +0000
commitbdb18652367fb57874a849038aacd5ea41fbf4f0 (patch)
tree8b505bad217ed5b30c48110dbce9aa558b2a1782 /package
parent0dfad7923ef6aebf0d02b07b31fed9ef15cc0636 (diff)
downloadmaster-31e0f0ae-bdb18652367fb57874a849038aacd5ea41fbf4f0.tar.gz
master-31e0f0ae-bdb18652367fb57874a849038aacd5ea41fbf4f0.tar.bz2
master-31e0f0ae-bdb18652367fb57874a849038aacd5ea41fbf4f0.zip
lantiq: fix atm compile
https://dev.openwrt.org/ticket/14633 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39226
Diffstat (limited to 'package')
-rw-r--r--package/kernel/lantiq/ltq-atm/src/ltq_atm.c2
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;