From: Michael Tremer Date: Thu, 3 Oct 2019 15:36:18 +0000 (+0000) Subject: Remove some dead code and add some comments X-Git-Tag: 0.9.0~58 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=commitdiff_plain;h=74fb733a07660d7b2aef3aaef3fda763b8f9e300 Remove some dead code and add some comments Signed-off-by: Michael Tremer --- 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]++;