mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Changed if check (#5967)
This commit is contained in:
parent
cebedaedf9
commit
d9826d5eda
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ function getProbesName(flowdevs)
|
|||
for dip, _ in pairsByValues(flowdevs, asc) do
|
||||
local cached_device_name
|
||||
|
||||
if ntop.isPro() then
|
||||
if snmp_cached_dev then
|
||||
cached_device_name = snmp_cached_dev:create(dip)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue