From: katerina.kubecova Date: Mon, 2 Oct 2023 10:19:55 +0000 (+0200) Subject: fixup! fixup! fixup! fixup! rt-feed-by-fib: addr to trie X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7d3a202d8deb22d60cb3b7d07586a69dd5fe8d;p=thirdparty%2Fbird.git fixup! fixup! fixup! fixup! rt-feed-by-fib: addr to trie --- diff --git a/nest/proto.c b/nest/proto.c index e96a5962c..1ce070427 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -324,7 +324,6 @@ channel_roa_out_changed(struct settle *se) TRIE_WALK_END; struct f_trie_node4 n4 = (struct f_trie_node4) s->trie->root.v4; - log_msg(L_DEBUG "channel changed %i", n4.accept); c->refeed_pending = 1; channel_stop_export(c); }