X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fnetfilter%2Fxt_hashlimit.c;h=5418ce59ac3aa3689c2adf567aefecd3240af94f;hb=ff2bac6a63e3694e7a97152b7e934fe244e2a858;hp=744c7f2ab0b1feb7c01c8d05c4867160a945caf3;hpb=24e1c13c93cbdd05e4b7ea921c0050b036555adc;p=linux-2.6 diff --git a/net/netfilter/xt_hashlimit.c b/net/netfilter/xt_hashlimit.c index 744c7f2ab0..5418ce59ac 100644 --- a/net/netfilter/xt_hashlimit.c +++ b/net/netfilter/xt_hashlimit.c @@ -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; }