diff options
author | Luca Deri <deri@ntop.org> | 2024-03-03 22:12:13 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-03-03 22:12:13 +0100 |
commit | e0587fe75ec942bffaccc01d123c2c994e08e223 (patch) | |
tree | 7840444e2951d7f4969d478259cfe77be4e49ae1 | |
parent | f2e3c7fb90a73f1307dcba8d7ea48f39d59f6603 (diff) |
indent
-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 ff1dc1a6a..8774cd247 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -9323,8 +9323,9 @@ static int category_depends_on_master(int proto) case NDPI_PROTOCOL_MAIL_SMTPS: case NDPI_PROTOCOL_MAIL_IMAPS: case NDPI_PROTOCOL_DNS: - return 1; + return 1; } + return 0; } |