]> err.no Git - linux-2.6/blobdiff - net/netfilter/xt_hashlimit.c
[UDP-Lite]: Clean up proc creation a bit.
[linux-2.6] / 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;
 }