projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dfad79
)
lantiq: fix atm compile
author
John Crispin
<john@openwrt.org>
Sun, 12 Jan 2014 12:06:47 +0000
(12:06 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 12 Jan 2014 12:06:47 +0000
(12:06 +0000)
https://dev.openwrt.org/ticket/14633
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39226
package/kernel/lantiq/ltq-atm/src/ltq_atm.c
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-atm/src/ltq_atm.c
b/package/kernel/lantiq/ltq-atm/src/ltq_atm.c
index 8466510c6bcb0cf777113da78e5a286f023aba5c..15435f6bfb225e761d97cf08d22819cd1f0452d3 100644
(file)
--- 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;