Fix invalid flow.triggerStatus calls

This commit is contained in:
emanuele-f 2020-02-06 10:31:22 +01:00
parent f2baada758
commit 96925a7e03
2 changed files with 7 additions and 1 deletions

View file

@ -24,7 +24,7 @@ local script = {
function script.hooks.protocolDetected(now)
if(flow.getnDPICategoryName() == "Mining") then
flow.triggerStatus(flow_consts.status_types.status_web_mining_detected,
flow.triggerStatus(flow_consts.status_types.status_web_mining_detected, nil,
50--[[ flow score]], 50--[[ cli score ]], 10--[[ srv score ]])
end
end