Move lc() to counting.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-05-29 19:04:16 +02:00
parent c985e29b7e
commit d194ef754f

View file

@ -321,11 +321,9 @@ sub HostStats {
} }
} }
# lowercase
$Host = lc($Host);
# count host # count host
if ($Host) { if ($Host) {
$Host = lc($Host);
$Postings{$Host}++; $Postings{$Host}++;
$Postings{'ALL'}++; $Postings{'ALL'}++;
} else { } else {