]> err.no Git - linux-2.6/blobdiff - net/netfilter/xt_connlimit.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6] / net / netfilter / xt_connlimit.c
index f9b59a6753ee26a4c2cf5dac18831db2f2c952e5..3b0111933f601782887e4edc8f7500aff4a2116f 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)