mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixed host pool nil value
This commit is contained in:
parent
024041bbc7
commit
ee01902bff
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ function drop_host_pool_utils.check_periodic_hosts_list()
|
|||
-- Get the pool name
|
||||
local blocked_hosts_pool_name = pools.DROP_HOST_POOL_NAME
|
||||
local blocked_hosts_pool_members = {}
|
||||
local host_pool = host_pools:create()
|
||||
local all_pools = host_pool:get_all_pools()
|
||||
|
||||
-- Check the existance of the pool
|
||||
for _, value in pairs(all_pools) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue