Updated tests results

Code cleanup
This commit is contained in:
Luca Deri 2022-05-30 00:54:17 +02:00
parent f25deeccb1
commit 1da9f1a36f
105 changed files with 1324 additions and 1445 deletions

View file

@ -1047,7 +1047,7 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl
s = ndpi_get_flow_risk_info(flow->ndpi_flow, out, sizeof(out));
if(s != NULL)
flow->risk_str = ndpi_strdup(s);
flow->risk_str = ndpi_strdup(out);
flow->confidence = flow->ndpi_flow->confidence;