From 8da7af7b7b37724f8dcbce6c0b36962db36ef047 Mon Sep 17 00:00:00 2001 From: Michele Campus Date: Mon, 29 Jun 2015 16:24:51 +0200 Subject: deleted protocol type (real-correlated) --- src/lib/protocols/radius.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/protocols/radius.c') diff --git a/src/lib/protocols/radius.c b/src/lib/protocols/radius.c index 0b7698a94..19b93505c 100644 --- a/src/lib/protocols/radius.c +++ b/src/lib/protocols/radius.c @@ -52,7 +52,7 @@ static void ndpi_check_radius(struct ndpi_detection_module_struct *ndpi_struct, && (h->code <= 5) && (len == payload_len)) { NDPI_LOG(NDPI_PROTOCOL_RADIUS, ndpi_struct, NDPI_LOG_DEBUG, "Found radius.\n"); - ndpi_int_add_connection(ndpi_struct, flow, NDPI_PROTOCOL_RADIUS, NDPI_REAL_PROTOCOL); + ndpi_int_add_connection(ndpi_struct, flow, NDPI_PROTOCOL_RADIUS/* , NDPI_REAL_PROTOCOL */); return; } -- cgit v1.2.3