]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/nf_conntrack_proto_icmp.c
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core...
[linux-2.6] / net / ipv4 / netfilter / nf_conntrack_proto_icmp.c
index 0e21a46184fb06d09c9e1c0092a26d40b1a7587d..97791048fa9b0c3fd7afc9802025ebe6db963cf5 100644 (file)
@@ -88,7 +88,7 @@ static int icmp_packet(struct nf_conn *ct,
           (theoretically possible with SMP) */
        if (CTINFO2DIR(ctinfo) == IP_CT_DIR_REPLY) {
                if (atomic_dec_and_test(&ct->proto.icmp.count))
-                       nf_ct_kill(ct);
+                       nf_ct_kill_acct(ct, ctinfo, skb);
        } else {
                atomic_inc(&ct->proto.icmp.count);
                nf_conntrack_event_cache(IPCT_PROTOINFO_VOLATILE, skb);