0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

fixup! fixup! fixup! fixup! rt-feed-by-fib: addr to trie

This commit is contained in:
katerina.kubecova 2023-10-02 12:19:55 +02:00
parent b61d506f9d
commit 8a7d3a202d

View File

@ -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);
}