From 74fb733a07660d7b2aef3aaef3fda763b8f9e300 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 3 Oct 2019 15:36:18 +0000 Subject: [PATCH] Remove some dead code and add some comments Signed-off-by: Michael Tremer --- src/database.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/database.c b/src/database.c index 7950b46..710fa56 100644 --- a/src/database.c +++ b/src/database.c @@ -725,12 +725,10 @@ static int loc_database_enumerator_network_depth_first_search( continue; } + // Mark the bits on the path correctly in6_addr_set_bit(&e->network_address, (node->depth > 0) ? node->depth - 1 : 0, node->i); - //for (unsigned int i = stack->depth + 1; i < 128; i++) - // in6_addr_set_bit(&e->network_address, i, 0); - DEBUG(e->ctx, "Looking at node %jd\n", node->offset); e->networks_visited[node->offset]++; -- 2.47.3