Fix for avoiding circolary loops

This commit is contained in:
Luca Deri 2024-02-18 21:38:13 +01:00
parent 77ca8cd826
commit 13c893fddc
3 changed files with 30 additions and 1 deletions

View file

@ -4,6 +4,14 @@
-- ###############################################
if(pragma_once_lua_utils == true) then
-- io.write(debug.traceback().."\n")
-- avoid multiple inclusions
return
end
pragma_once_lua_utils = true
local clock_start = os.clock()
dirs = ntop.getDirs()