diff options
author | Ivan Nardi <nardi.ivan@gmail.com> | 2025-05-20 14:10:04 +0200 |
---|---|---|
committer | Ivan Nardi <nardi.ivan@gmail.com> | 2025-05-20 14:10:04 +0200 |
commit | 6512c18acf528695a54b6c4dd9aed12c7cbef0a7 (patch) | |
tree | c104fb9ae0f49b609304cc50cdfd84d84969996f /src/lib/ndpi_main.c | |
parent | 5d86d518a9bbb8aec14b7191dea736a9c4af3d35 (diff) |
Remove a field never read (only written)
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 84083b243..8bbd747a8 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -5794,7 +5794,6 @@ void ndpi_set_bitmask_protocol_detection(char *label, struct ndpi_detection_modu if(b_add_detection_bitmask) NDPI_ADD_PROTOCOL_TO_BITMASK(ndpi_str->callback_buffer[idx].detection_bitmask, ndpi_protocol_id); - NDPI_SAVE_AS_BITMASK(ndpi_str->callback_buffer[idx].excluded_protocol_bitmask, ndpi_protocol_id); } else { NDPI_LOG_DBG(ndpi_str, "[NDPI] Protocol %s/%u disabled\n", label, ndpi_protocol_id); } |