]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Bugfix
authorIgor Putovny <igor.putovny@nic.cz>
Thu, 27 Feb 2025 16:26:55 +0000 (17:26 +0100)
committerIgor Putovny <igor.putovny@nic.cz>
Thu, 27 Feb 2025 16:26:55 +0000 (17:26 +0100)
Node can have selected bucket in the second pass

proto/aggregator/trie.c

index 74b74c7267f3da4f6af222d4c5fcc90980db4469..ab8f9a0c7bdc6ee60d35eb73979f250ddfa9716a 100644 (file)
@@ -577,7 +577,6 @@ aggregator_second_pass(struct trie_node *node)
     aggregator_second_pass(right);
 
   ASSERT_DIE(node->original_bucket != NULL);
-  ASSERT_DIE(node->selected_bucket == NULL);
 
   /* Imaginary node if this was a complete binary tree */
   struct trie_node imaginary_node = {