mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix for #89
This commit is contained in:
parent
3cc1461e34
commit
ce40e25b03
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ for key, value in pairs(hosts_stats) do
|
|||
if((protocol ~= nil) and (ok == true)) then
|
||||
info = interface.getHostInfo(key)
|
||||
|
||||
if(info["ndpi"][protocol] == nil) then
|
||||
if((info == nil) or (info["ndpi"][protocol] == nil)) then
|
||||
ok = false
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue