mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix #9153
This commit is contained in:
parent
ab4ba7da30
commit
c4c2a2d3a3
3 changed files with 11 additions and 6 deletions
|
|
@ -81,7 +81,7 @@ if((devices_mode == "inactive_macs_only") and ntop.isEnterpriseL()) then
|
|||
if(active_macs[mac] == None) then
|
||||
local m = get_manufacturer_mac(mac)
|
||||
|
||||
if(m ~= "") then
|
||||
if not isEmptyString(m) then
|
||||
if(manufacturers[m] == None) then
|
||||
manufacturers[m] = 1
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue