mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Enable new recipient based notification for the email endpoint (temporarily disabled)
This commit is contained in:
parent
1f7d1377bb
commit
6db82d9d3f
5 changed files with 141 additions and 35 deletions
|
|
@ -500,10 +500,10 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function base_pools:get_recipients(pool_id)
|
||||
local ret = {}
|
||||
local res = {}
|
||||
|
||||
if pool_id == nil then
|
||||
return ret
|
||||
return res
|
||||
end
|
||||
|
||||
local locked = self:_lock()
|
||||
|
|
@ -520,7 +520,7 @@ function base_pools:get_recipients(pool_id)
|
|||
self:_unlock()
|
||||
end
|
||||
|
||||
return ret
|
||||
return res
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue