1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Fixed previously untested paths in RPKI

This commit is contained in:
Maria Matejka
2022-10-04 13:20:04 +02:00
parent 1e01721525
commit 4d687d7aec
3 changed files with 13 additions and 10 deletions

View File

@@ -355,7 +355,7 @@ channel_export_one_roa(struct rt_export_request *req, const net_addr *net UNUSED
struct roa_subscription *s = SKIP_BACK(struct roa_subscription, req, req);
/* TODO: use the information about what roa has changed */
settle_kick(&s->settle, &main_birdloop);
settle_kick(&s->settle, s->c->proto->loop);
rpe_mark_seen_all(req->hook, first, NULL);
}