mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Channel: postpone the export event when stopping
This commit is contained in:
parent
50d7287741
commit
464d483af4
@ -898,6 +898,8 @@ channel_stop_export(struct channel *c)
|
||||
else
|
||||
rt_export_unsubscribe(all, &c->out_req);
|
||||
|
||||
ev_postpone(&c->out_event);
|
||||
|
||||
bmap_free(&c->export_accepted_map);
|
||||
bmap_free(&c->export_rejected_map);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user