]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Do not delete potential buckets in the third pass
authorIgor Putovny <igor.putovny@nic.cz>
Wed, 20 Nov 2024 12:42:11 +0000 (13:42 +0100)
committerIgor Putovny <igor.putovny@nic.cz>
Wed, 20 Nov 2024 12:42:11 +0000 (13:42 +0100)
proto/aggregator/aggregator.c

index 74a90e293ddfa628a1e4735354081dcc7e903a7e..41d80f01569702c225e806845d64b91f02a5903f 100644 (file)
@@ -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
   {