From: Igor Putovny Date: Mon, 16 Dec 2024 12:46:11 +0000 (+0100) Subject: Bugfix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2caf289db63ff145aaaa6a5b0a1c0b87e722aa44;p=thirdparty%2Fbird.git Bugfix --- diff --git a/proto/aggregator/aggregator.c b/proto/aggregator/aggregator.c index 1fe5168d2..f43e9026a 100644 --- a/proto/aggregator/aggregator.c +++ b/proto/aggregator/aggregator.c @@ -1124,8 +1124,6 @@ collect_prefixes_ip4_helper(struct aggregator_proto *p, struct net_addr_ip4 *add { if (IN_FIB == node->status) p->leaves++; - - return; } /* Internal node with assigned bucket */ @@ -1165,8 +1163,6 @@ collect_prefixes_ip6_helper(struct aggregator_proto *p, struct net_addr_ip6 *add { if (IN_FIB == node->status) p->leaves++; - - return; } /* Internal node with assigned bucket */