Просмотр исходного кода

lantiq: fix atm compile

https://dev.openwrt.org/ticket/14633

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 39226
John Crispin 12 лет назад
Родитель
Сommit
bdb1865236
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      package/kernel/lantiq/ltq-atm/src/ltq_atm.c

+ 0 - 2
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;