]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP checking; patch...
authorjocuri%softhome.net <>
Tue, 21 Feb 2006 21:47:46 +0000 (21:47 +0000)
committerjocuri%softhome.net <>
Tue, 21 Feb 2006 21:47:46 +0000 (21:47 +0000)
Bugzilla/Auth.pm

index c33111b2faa507b8859970907460d85783e70ac0..4ea3d5bd6450d4715b032d89957cd43e10e7bfa4 100644 (file)
@@ -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;