From: jocuri%softhome.net <> Date: Tue, 21 Feb 2006 21:47:46 +0000 (+0000) Subject: Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP checking; patch... X-Git-Tag: bugzilla-2.20.2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5464358a48e825fbe8de7c165345889cdf6ff343;p=thirdparty%2Fbugzilla.git Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP checking; patch by Jesse Erlbaum , r=vladd, a=justdave. --- diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm index c33111b2fa..4ea3d5bd64 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -55,7 +55,7 @@ sub has_db { return 0; } -# Returns the network address for a given ip +# Returns the network address for a given IP sub get_netaddr { my $ipaddr = shift;