mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixed error in user_scripts.lua
This commit is contained in:
parent
6c33580fb8
commit
e99e5a923d
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ local available_subdirs = {
|
|||
-- Search for substring val inside the flow info field
|
||||
return not not flow.getFlowInfoField():find(val)
|
||||
end
|
||||
}
|
||||
},
|
||||
l7_cat = {
|
||||
lint = http_lint.validateCategory,
|
||||
match = function(context, val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue