diff options
Diffstat (limited to 'src/lib/ndpi_cache.c')
-rw-r--r-- | src/lib/ndpi_cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ndpi_cache.c b/src/lib/ndpi_cache.c index a262783bb..f375c019d 100644 --- a/src/lib/ndpi_cache.c +++ b/src/lib/ndpi_cache.c @@ -339,7 +339,6 @@ bool ndpi_address_cache_insert(struct ndpi_address_cache *cache, u_int32_t epoch_now, u_int32_t ttl) { u_int32_t hash_id = ndpi_quick_hash((const unsigned char *)&ip_addr, sizeof(ip_addr)) % cache->num_root_nodes; - struct ndpi_address_cache addr; struct ndpi_address_cache_item *ret; u_int32_t epoch_valid_until; |