Added loop checks

This commit is contained in:
Luca Deri 2024-03-05 11:02:12 +01:00
parent 8d6ce1f090
commit bd8e0b7945
2 changed files with 17 additions and 0 deletions

View file

@ -2,6 +2,15 @@
-- (C) 2020-24 - ntop.org
--
--
if(pragma_once_rest_utils == true) then
-- io.write(debug.traceback().."\n")
-- avoid multiple inclusions
return
end
pragma_once_rest_utils = true
local clock_start = os.clock()
local dirs = ntop.getDirs()