Move lc() to counting.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
c985e29b7e
commit
d194ef754f
|
@ -321,11 +321,9 @@ sub HostStats {
|
|||
}
|
||||
}
|
||||
|
||||
# lowercase
|
||||
$Host = lc($Host);
|
||||
|
||||
# count host
|
||||
if ($Host) {
|
||||
$Host = lc($Host);
|
||||
$Postings{$Host}++;
|
||||
$Postings{'ALL'}++;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue