mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Add missing community check
This commit is contained in:
parent
3b4adc9d37
commit
dd8643ad79
1 changed files with 3 additions and 1 deletions
|
|
@ -417,7 +417,9 @@ function flow.setStatus(status_id, flow_score, cli_score, srv_score)
|
|||
predominant_status = new_status
|
||||
end
|
||||
|
||||
score_utils.updateScore(flow, status_id, status_json, new_status, flow_score, cli_score, srv_score)
|
||||
if score_utils then
|
||||
score_utils.updateScore(flow, status_id, status_json, new_status, flow_score, cli_score, srv_score)
|
||||
end
|
||||
end
|
||||
|
||||
return(changed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue