aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/http_activesync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/http_activesync.c')
-rw-r--r--src/lib/protocols/http_activesync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/http_activesync.c b/src/lib/protocols/http_activesync.c
index 9b7f8a041..b3d44c67e 100644
--- a/src/lib/protocols/http_activesync.c
+++ b/src/lib/protocols/http_activesync.c
@@ -28,7 +28,7 @@
#ifdef NDPI_PROTOCOL_HTTP_APPLICATION_ACTIVESYNC
static void ndpi_int_activesync_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow)
{
- ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_HTTP_APPLICATION_ACTIVESYNC);
+ ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_HTTP_APPLICATION_ACTIVESYNC, NDPI_PROTOCOL_HTTP);
}
void ndpi_search_activesync(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow)