mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes user script exclusion list not working
This commit is contained in:
parent
161ca6afc5
commit
1d86817246
2 changed files with 18 additions and 19 deletions
|
|
@ -104,7 +104,6 @@ if not filter_conf[subdir][script_key]["filter"] then
|
|||
end
|
||||
result.filters = filter_conf[subdir][script_key]["filter"]
|
||||
|
||||
tprint(result.filters)
|
||||
if table.len(result.filters) > 0 then
|
||||
goto skip_filter_conf
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue