diff options
author | Luca <deri@ntop.org> | 2015-07-21 17:30:47 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2015-07-21 17:30:47 +0200 |
commit | 6648d192398035a1e2089623115866f2e2b09cff (patch) | |
tree | 8957c88cb98b837672ab75c7058b37dbc2891828 /src/lib/protocols/starcraft.c | |
parent | 8d8a2045195fca29d433754e8325d8212e350f37 (diff) |
Minor starcraft/WoW code cleanup
Diffstat (limited to 'src/lib/protocols/starcraft.c')
-rw-r--r-- | src/lib/protocols/starcraft.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |