diff options
author | Luca Deri <deri@ntop.org> | 2021-02-21 21:45:29 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-02-21 21:45:46 +0100 |
commit | 5ad056e99b190c8d5a0d721ec57fa280182013f5 (patch) | |
tree | 9d7e6caec77dc523e67c66ba0a12a9c30527e3ac /src/lib/ndpi_utils.c | |
parent | fc16c9368e1f5ba93144115d687fd2ce09f50955 (diff) |
Removed unused NDPI_RISKY_COUNTRY
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index 749e2e91e..e3ae4b780 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1759,9 +1759,6 @@ const char* ndpi_risk2str(ndpi_risk_enum risk) { case NDPI_RISKY_DOMAIN: return("Risky domain name"); - case NDPI_RISKY_COUNTRY: - return("Risky country name"); - default: snprintf(buf, sizeof(buf), "%d", (int)risk); return(buf); |