aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/sopcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/sopcast.c')
-rw-r--r--src/lib/protocols/sopcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/sopcast.c b/src/lib/protocols/sopcast.c
index 5900d3afe..33c4f8fca 100644
--- a/src/lib/protocols/sopcast.c
+++ b/src/lib/protocols/sopcast.c
@@ -31,7 +31,7 @@
static void ndpi_int_sopcast_add_connection(struct ndpi_detection_module_struct
*ndpi_struct, struct ndpi_flow_struct *flow)
{
- ndpi_int_add_connection(ndpi_struct, flow, NDPI_PROTOCOL_SOPCAST/* , NDPI_REAL_PROTOCOL */);
+ ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_SOPCAST);
}
/**