]> Pileus Git - ~andy/linux/blobdiff - net/netfilter/xt_hashlimit.c
[NETFILTER]: nf_conntrack_sip: update copyright
[~andy/linux] / net / netfilter / xt_hashlimit.c
index 744c7f2ab0b1feb7c01c8d05c4867160a945caf3..5418ce59ac3aa3689c2adf567aefecd3240af94f 100644 (file)
@@ -774,9 +774,6 @@ hashlimit_mt_check(const char *tablename, const void *inf,
                return false;
        }
        mutex_unlock(&hlimit_mutex);
-
-       /* Ugly hack: For SMP, we only want to use one set */
-       info->master = info;
        return true;
 }