netfilter: remove nf_ct_is_untracked
[linux-2.6-microblaze.git] / net / netfilter / xt_HMARK.c
index 02afaf4..60e6dbe 100644 (file)
@@ -84,7 +84,7 @@ hmark_ct_set_htuple(const struct sk_buff *skb, struct hmark_tuple *t,
        struct nf_conntrack_tuple *otuple;
        struct nf_conntrack_tuple *rtuple;
 
-       if (ct == NULL || nf_ct_is_untracked(ct))
+       if (ct == NULL)
                return -1;
 
        otuple = &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;