mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
af2eeda9e5
commit
0efb099981
1 changed files with 1 additions and 1 deletions
|
|
@ -1865,7 +1865,7 @@ function getLocalNetworkAlias(network)
|
|||
local alias = ntop.getLocalNetworkAlias(network) or nil
|
||||
|
||||
if not alias then
|
||||
ntop.getHashCache(getLocalNetworkAliasKey(), network)
|
||||
alias = ntop.getHashCache(getLocalNetworkAliasKey(), network)
|
||||
end
|
||||
|
||||
if not isEmptyString(alias) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue