mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Removed lower case when returing the host alt name (#6501)
This commit is contained in:
parent
2ed9a5b7e9
commit
98cf55e5e7
1 changed files with 0 additions and 4 deletions
|
|
@ -1738,10 +1738,6 @@ function getHostAltName(host_info)
|
|||
alt_name = ntop.getCache(getHostAltNamesKey(host_key))
|
||||
end
|
||||
|
||||
if not isEmptyString(alt_name) then
|
||||
alt_name = string.lower(alt_name)
|
||||
end
|
||||
|
||||
return alt_name
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue