aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/alicloud.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/alicloud.c')
-rw-r--r--src/lib/protocols/alicloud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/alicloud.c b/src/lib/protocols/alicloud.c
index add82dbe8..8530db4a2 100644
--- a/src/lib/protocols/alicloud.c
+++ b/src/lib/protocols/alicloud.c
@@ -30,7 +30,7 @@ static void ndpi_int_alicloud_add_connection(struct ndpi_detection_module_struct
{
NDPI_LOG_INFO(ndpi_struct, "found alicloud\n");
- ndpi_set_detected_protocol(ndpi_struct, flow, flow->guessed_protocol_id_by_ip, NDPI_PROTOCOL_ALICLOUD,
+ ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_ALICLOUD, NDPI_PROTOCOL_UNKNOWN,
NDPI_CONFIDENCE_DPI);
}