From 2caf289db63ff145aaaa6a5b0a1c0b87e722aa44 Mon Sep 17 00:00:00 2001 From: Igor Putovny Date: Mon, 16 Dec 2024 13:46:11 +0100 Subject: [PATCH] Bugfix --- proto/aggregator/aggregator.c | 4 ---- 1 file changed, 4 deletions(-) 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 */ -- 2.47.2