mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixes ndpi application duplication ids
This commit is contained in:
parent
5f431e14a5
commit
219d57e362
3 changed files with 15 additions and 6 deletions
|
|
@ -644,7 +644,7 @@ end
|
|||
function setCustomnDPIProtoCategory(app_id, new_cat_id)
|
||||
ntop.setnDPIProtoCategory(app_id, new_cat_id)
|
||||
|
||||
local key = getCustomnDPIProtoCategoriesKey(ifid)
|
||||
local key = getCustomnDPIProtoCategoriesKey()
|
||||
|
||||
-- NOTE: when the ndpi struct changes, the custom associations are
|
||||
-- reloaded by Ntop::loadProtocolsAssociations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue