diff options
Diffstat (limited to 'src/lib/protocols/redis_net.c')
-rw-r--r-- | src/lib/protocols/redis_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/redis_net.c b/src/lib/protocols/redis_net.c index 1fedafdea..c9bceb050 100644 --- a/src/lib/protocols/redis_net.c +++ b/src/lib/protocols/redis_net.c @@ -73,7 +73,7 @@ static void ndpi_check_redis(struct ndpi_detection_module_struct *ndpi_struct, s return; /* Too early */ } -void ndpi_search_redis(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { +static void ndpi_search_redis(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { NDPI_LOG_DBG(ndpi_struct, "search Redis\n"); /* skip marked packets */ |