From aa25c06a18244a370fc69df1bc9e5052f520c499 Mon Sep 17 00:00:00 2001 From: Ivan Kapranov <44571881+koltiradw@users.noreply.github.com> Date: Thu, 22 Jun 2023 19:26:33 +0300 Subject: removed useless call of ndpi_set_risk func (#2022) --- src/lib/protocols/http.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/protocols') diff --git a/src/lib/protocols/http.c b/src/lib/protocols/http.c index f4cf31160..f1fe04723 100644 --- a/src/lib/protocols/http.c +++ b/src/lib/protocols/http.c @@ -1437,7 +1437,6 @@ static void ndpi_search_http_tcp(struct ndpi_detection_module_struct *ndpi_struc ndpi_http_method ndpi_get_http_method(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { if(!flow) { - ndpi_set_risk(ndpi_struct, flow, NDPI_MALFORMED_PACKET, (char*)"Unknown HTTP Method"); return(NDPI_HTTP_METHOD_UNKNOWN); } else return(flow->http.method); -- cgit v1.2.3