VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / net / ipv4 / netfilter / ipt_REJECT.c
index f6183f9..b8018cb 100644 (file)
@@ -142,12 +142,8 @@ static void send_reset(struct sk_buff *oldskb, int hook)
        nskb->dst = &rt->u.dst;
 
        /* This packet will not be the same as the other: clear nf fields */
-       nf_conntrack_put(nskb->nfct);
-       nskb->nfct = NULL;
+       nf_reset(nskb);
        nskb->nfcache = 0;
-#ifdef CONFIG_NETFILTER_DEBUG
-       nskb->nf_debug = 0;
-#endif
        nskb->nfmark = 0;
 #ifdef CONFIG_BRIDGE_NETFILTER
        nf_bridge_put(nskb->nf_bridge);