mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix host key to name (fix #4049)
This commit is contained in:
parent
8625f2db47
commit
63dc081b1b
2 changed files with 4 additions and 3 deletions
|
|
@ -274,7 +274,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
end
|
||||
|
||||
if(value["name"] == nil) then
|
||||
local hinfo = hostkey2hostinfo(word)
|
||||
local hinfo = hostkey2hostinfo(key)
|
||||
value["name"] = hostinfo2label(hinfo)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue