mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Minor fix for interfaces with no packets visibility
This commit is contained in:
parent
bf96e0e34c
commit
a10c6483a2
2 changed files with 8 additions and 5 deletions
|
|
@ -24,11 +24,8 @@ else
|
|||
if((type == nil) or (type == "size")) then
|
||||
|
||||
if((mode == nil) or (mode == "sent")) then
|
||||
|
||||
what = host["pktStats.sent"]
|
||||
|
||||
else
|
||||
|
||||
what = host["pktStats.recv"]
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue