From 594d2d7a1268726f36bdc36232bacef4eb25c8cc Mon Sep 17 00:00:00 2001 From: Igor Putovny Date: Wed, 20 Nov 2024 13:42:11 +0100 Subject: [PATCH] Do not delete potential buckets in the third pass --- proto/aggregator/aggregator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/aggregator/aggregator.c b/proto/aggregator/aggregator.c index 74a90e293..41d80f015 100644 --- a/proto/aggregator/aggregator.c +++ b/proto/aggregator/aggregator.c @@ -563,7 +563,6 @@ third_pass_helper(struct aggregator_proto *p, struct trie_node *node) { /* Selected bucket is NULL as it has never been assigned */ node->status = NON_FIB; - remove_potential_buckets(node); } else { -- 2.47.2