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
if ($Host) {
$Host = lc($Host);
$Postings{$Host}++;
$Postings{'ALL'}++;
} else {