mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Handles errors when retrieving top talkers
This commit is contained in:
parent
418f48e714
commit
e8a3d43065
2 changed files with 8 additions and 6 deletions
|
|
@ -56,7 +56,6 @@ else
|
|||
elseif epoch_end == nil or epoch_end == "" then
|
||||
epoch_start = epoch_start+60 -- we return the minute before the event as epochs are stored in the DB 'past' the time period
|
||||
top = mod.getHistoricalTop(ifid, ifname, epoch_start, add_vlan)
|
||||
tprint(top)
|
||||
print(top)
|
||||
else
|
||||
local res = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue