mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
parent
d98e165aea
commit
31a52787ee
2 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ function ts_schema:verifyTags(tags)
|
|||
local actual_tags = {}
|
||||
|
||||
local all_defined, missing_tag = self:allTagsDefined(tags)
|
||||
|
||||
if not all_defined then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "missing tag '" .. missing_tag .. "' in schema " .. self.name)
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue