From: Igor Putovny Date: Thu, 27 Feb 2025 16:26:55 +0000 (+0100) Subject: Bugfix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d2cc1344577ad468f4691651488044d983667eb;p=thirdparty%2Fbird.git Bugfix Node can have selected bucket in the second pass --- diff --git a/proto/aggregator/trie.c b/proto/aggregator/trie.c index 74b74c726..ab8f9a0c7 100644 --- a/proto/aggregator/trie.c +++ b/proto/aggregator/trie.c @@ -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 = {