From: olav%bkor.dhs.org <> Date: Sat, 11 Nov 2006 17:18:55 +0000 (+0000) Subject: Bug 357873: loginnetmask param should default to 0 X-Git-Tag: bugzilla-2.23.4~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dacf3a2a88daac318c600712ebd75e74e9430c12;p=thirdparty%2Fbugzilla.git Bug 357873: loginnetmask param should default to 0 Patch by Olav Vitters r=justdave a=justdave --- diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm index 6b0cf76835..65ebc1b79b 100644 --- a/Bugzilla/Config/Auth.pm +++ b/Bugzilla/Config/Auth.pm @@ -93,7 +93,7 @@ sub get_param_list { { name => 'loginnetmask', type => 't', - default => '32', + default => '0', checker => \&check_netmask },