mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixes missing imports
This commit is contained in:
parent
dbf4bf2a2b
commit
0cf2233687
2 changed files with 2 additions and 0 deletions
|
|
@ -1864,6 +1864,7 @@ local function isCompatibleVersion(version)
|
|||
end
|
||||
|
||||
function driver.init(dbname, url, days_retention, username, password, verbose)
|
||||
require "lua_utils"
|
||||
local timeout = getInfluxDBQueryTimeout()
|
||||
|
||||
-- Check version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue