]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Don't assign selected bucket to imaginary node in the third pass
authorIgor Putovny <igor.putovny@nic.cz>
Fri, 11 Oct 2024 12:41:49 +0000 (14:41 +0200)
committerIgor Putovny <igor.putovny@nic.cz>
Fri, 11 Oct 2024 12:41:49 +0000 (14:41 +0200)
proto/aggregator/aggregator.c

index 5b56d5b2e68227d58b8a56749101720edb6619d3..621e0c544570ccf68b80c24c37a43969499f1b54 100644 (file)
@@ -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,
     };