]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/xt_cluster.c
Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6
[karo-tx-linux.git] / net / netfilter / xt_cluster.c
index 30b95a1c1c892da3018bbf9084e4fe3a8d59b4b1..f4af1bfafb1c61642ddb56ac490f7e161df5d39d 100644 (file)
@@ -120,7 +120,7 @@ xt_cluster_mt(const struct sk_buff *skb, struct xt_action_param *par)
        if (ct == NULL)
                return false;
 
-       if (ct == &nf_conntrack_untracked)
+       if (nf_ct_is_untracked(ct))
                return false;
 
        if (ct->master)