mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix for avoiding circolary loops
This commit is contained in:
parent
77ca8cd826
commit
13c893fddc
3 changed files with 30 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue