Fixes add label to local networks

Fixes #4945
This commit is contained in:
Matteo Biscosi 2021-02-04 09:47:35 +01:00
parent af2eeda9e5
commit 0efb099981

View file

@ -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