From 4d687d7aecb2bc4b695d26418bc761acb1d15c76 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 4 Oct 2022 13:20:04 +0200 Subject: Fixed previously untested paths in RPKI --- nest/proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/proto.c') 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); } -- cgit v1.2.3