Fixed error in user_scripts.lua

This commit is contained in:
Matteo Biscosi 2021-02-16 16:40:48 +01:00 committed by GitHub
parent 6c33580fb8
commit e99e5a923d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)