mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added loop checks
This commit is contained in:
parent
8d6ce1f090
commit
bd8e0b7945
2 changed files with 17 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue