mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Nil table fix
This commit is contained in:
parent
a4280e2f70
commit
c57399c060
1 changed files with 1 additions and 1 deletions
|
|
@ -1134,7 +1134,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function user_scripts.getConfigsets()
|
||||
local configsets = ntop.getHashAllCache(CONFIGSETS_KEY)
|
||||
local configsets = ntop.getHashAllCache(CONFIGSETS_KEY) or {}
|
||||
local rv = {}
|
||||
|
||||
for _, confset_json in pairs(configsets) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue