From: Igor Putovny Date: Wed, 20 Nov 2024 12:42:11 +0000 (+0100) Subject: Do not delete potential buckets in the third pass X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594d2d7a1268726f36bdc36232bacef4eb25c8cc;p=thirdparty%2Fbird.git Do not delete potential buckets in the third pass --- 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 {