diff options
author | Luca Deri <deri@ntop.org> | 2023-02-27 14:38:40 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-02-27 14:38:40 +0100 |
commit | a303756edb8b07bec838db3e154b75e65baa1231 (patch) | |
tree | e1af50551edfae548c9c5f5ce0ecab2bdd08b901 /src/lib/ndpi_main.c | |
parent | 25420e266ef1e6da7d2726db2807797cf1222ea9 (diff) |
Added missing break
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 81c2463c4..23c11056a 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -5952,7 +5952,8 @@ static void ndpi_reconcile_protocols(struct ndpi_detection_module_struct *ndpi_s NDPI_CONFIDENCE_DPI_PARTIAL); break; } - + break; + /* Generic container for google subprotocols */ case NDPI_PROTOCOL_GOOGLE: switch(flow->guessed_protocol_id_by_ip) { |