mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes various issue with application reloading
This commit is contained in:
parent
fe089bb1af
commit
aec90f5ab1
3 changed files with 5 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ if l7_proto_id then
|
|||
local old_category = ntop.getnDPIProtoCategory(l7_proto_id)
|
||||
|
||||
if old_category.id ~= l7_category then
|
||||
-- io.write("Changing nDPI category for " .. id .. ": " .. old_cat .. " -> " .. new_cat .. "\n")
|
||||
-- traceError(TRACE_NORMAL, TRACE_CONSOLE, "Changing nDPI category for " .. l7_proto_id .. ": " .. old_category.id .. " -> " .. l7_category .. "\n")
|
||||
setCustomnDPIProtoCategory(l7_proto_id, l7_category)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue