mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix invalid InfluxDB check
This commit is contained in:
parent
80a2ed0212
commit
6c5f6e679e
1 changed files with 1 additions and 1 deletions
|
|
@ -1224,7 +1224,7 @@ function driver:setup(ts_utils)
|
|||
::continue::
|
||||
end
|
||||
|
||||
if #queries >= 0 then
|
||||
if #queries > 0 then
|
||||
if not self:_multiQuery(queries) then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "InfluxDB setup() failed")
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue