mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix getFullLocalNetworkName
This commit is contained in:
parent
a8cb1a3359
commit
3785284bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ function getFullLocalNetworkName(network)
|
|||
|
||||
local alias = getLocalNetworkAlias(network)
|
||||
|
||||
if network_id == nil or network_id >= network_consts.UNKNOWN_NETWORK then
|
||||
if network_id ~= nil and network_id >= network_consts.UNKNOWN_NETWORK then
|
||||
return ""
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue