diff options
author | Maria Matejka <mq@ucw.cz> | 2022-10-04 13:20:04 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-10-05 16:33:34 +0200 |
commit | 4d687d7aecb2bc4b695d26418bc761acb1d15c76 (patch) | |
tree | 1f2ff2842dd2902fc52b635df784aadd1edafe76 /nest | |
parent | 1e01721525032bf3608aa457cafde58543b8a977 (diff) |
Fixed previously untested paths in RPKI
Diffstat (limited to 'nest')
-rw-r--r-- | nest/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c index 319b35dd..2f3515b9 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -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); } |