mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements checks for SQLite recipient queue push return
This commit is contained in:
parent
ddf2970843
commit
7b7f2f193b
3 changed files with 26 additions and 15 deletions
|
|
@ -18,7 +18,7 @@ function recipients:create(args)
|
|||
end
|
||||
end
|
||||
|
||||
local this = args or {key = "base"}
|
||||
local this = args or {key = "base", enabled = true}
|
||||
|
||||
setmetatable(this, self)
|
||||
self.__index = self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue