diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c b/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c index 9903227bf37c..a0acd9655fef 100644 --- a/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c +++ b/net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | |||
@@ -104,7 +104,6 @@ static int icmpv6_packet(struct nf_conn *ct, | |||
104 | nf_ct_kill_acct(ct, ctinfo, skb); | 104 | nf_ct_kill_acct(ct, ctinfo, skb); |
105 | } else { | 105 | } else { |
106 | atomic_inc(&ct->proto.icmp.count); | 106 | atomic_inc(&ct->proto.icmp.count); |
107 | nf_conntrack_event_cache(IPCT_PROTOINFO_VOLATILE, ct); | ||
108 | nf_ct_refresh_acct(ct, ctinfo, skb, nf_ct_icmpv6_timeout); | 107 | nf_ct_refresh_acct(ct, ctinfo, skb, nf_ct_icmpv6_timeout); |
109 | } | 108 | } |
110 | 109 | ||