diff options
author | Luca Deri <deri@ntop.org> | 2020-04-22 18:52:36 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-04-22 18:52:36 +0200 |
commit | 0b702c20d32c4fab113f5c3da7e503f7fd1a9ec5 (patch) | |
tree | 73a8145fdd0dcda931b7151e070f8e6faea989b5 /src/lib/ndpi_main.c | |
parent | 473a5d1d0b7a7d5cb18b1ce60c31176e23cee9ad (diff) |
Warning fix
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index cb1f951ac..01c5287e6 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -4213,7 +4213,7 @@ ndpi_protocol ndpi_detection_giveup(struct ndpi_detection_module_struct *ndpi_st As Google has recently introduced Duo, we need to distinguish between it and hangout thing that should be handled by the STUN dissector - */ + */ ret.app_protocol = NDPI_PROTOCOL_HANGOUT_DUO; } } |