From 6648d192398035a1e2089623115866f2e2b09cff Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 21 Jul 2015 17:30:47 +0200 Subject: Minor starcraft/WoW code cleanup --- src/lib/protocols/starcraft.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/protocols/starcraft.c') diff --git a/src/lib/protocols/starcraft.c b/src/lib/protocols/starcraft.c index 157bc6da0..f96853f23 100644 --- a/src/lib/protocols/starcraft.c +++ b/src/lib/protocols/starcraft.c @@ -107,6 +107,8 @@ u_int8_t ndpi_check_starcraft_udp(struct ndpi_detection_module_struct* ndpi_stru return 1; break; } + + return(0); } void ndpi_search_starcraft(struct ndpi_detection_module_struct* ndpi_struct, struct ndpi_flow_struct* flow) -- cgit v1.2.3