From: Igor Putovny Date: Fri, 11 Oct 2024 12:41:49 +0000 (+0200) Subject: Don't assign selected bucket to imaginary node in the third pass X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e529274063352ad700bdc4ea5b51c8e603fbc1;p=thirdparty%2Fbird.git Don't assign selected bucket to imaginary node in the third pass --- diff --git a/proto/aggregator/aggregator.c b/proto/aggregator/aggregator.c index 5b56d5b2e..621e0c544 100644 --- a/proto/aggregator/aggregator.c +++ b/proto/aggregator/aggregator.c @@ -598,7 +598,6 @@ third_pass_helper(struct aggregator_proto *p, struct trie_node *node) struct trie_node imaginary_node = { .parent = node, .bucket = node->bucket, - .selected_bucket = node->selected_bucket, .depth = node->depth + 1, };