mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes possible crash on custom application editing
This commit is contained in:
parent
de544cb1f9
commit
3f703ca062
3 changed files with 14 additions and 21 deletions
|
|
@ -53,7 +53,6 @@ end
|
|||
|
||||
if l7_proto_id then
|
||||
l7_proto_id = tonumber(l7_proto_id)
|
||||
local custom_categories = getCustomnDPIProtoCategories()
|
||||
local old_category = ntop.getnDPIProtoCategory(l7_proto_id)
|
||||
|
||||
if old_category.id ~= l7_category then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue