mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added missing check
This commit is contained in:
parent
e186748f19
commit
7668eaec7e
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ end
|
|||
if(value.periodic_flow) then
|
||||
info = info .. " <A HREF='".. ntop.getHttpPrefix() .."/lua/pro/enterprise/network_maps.lua?map=periodicity_map&page=table"
|
||||
|
||||
if(info_cli.ip ~= nil) then
|
||||
if((info_cli ~= nil) and (info_cli.ip ~= nil)) then
|
||||
local k
|
||||
|
||||
if(value["cli.serialize_by_mac"] and (value["cli.mac"] ~= nil)) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue