mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added fix for #170
This commit is contained in:
parent
a642a26b50
commit
9a98e5ae01
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ end
|
|||
vals = {}
|
||||
num = 0
|
||||
|
||||
if(flows_stats == nil) then flows_stats = { } end
|
||||
|
||||
for key, value in pairs(flows_stats) do
|
||||
-- print(key.."\n")
|
||||
if (debug) then io.write("==================\n")end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue