[NETFILTER]: nf_conntrack: optimize __nf_conntrack_find()
[pandora-kernel.git] / net / netfilter / xt_connlimit.c
index f9b59a6..3b01119 100644 (file)
@@ -124,7 +124,7 @@ static int count_them(struct xt_connlimit_data *data,
 
        /* check the saved connections */
        list_for_each_entry_safe(conn, tmp, hash, list) {
-               found    = __nf_conntrack_find(&conn->tuple, NULL);
+               found    = __nf_conntrack_find(&conn->tuple);
                found_ct = NULL;
 
                if (found != NULL)