mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-11 17:08:46 +00:00
Fixed non-exporting protocol reload crash
This commit is contained in:
parent
9e88fc5b6b
commit
b548ffe197
@ -2579,6 +2579,7 @@ proto_cmd_reload(struct proto *p, uintptr_t _prr, int cnt UNUSED)
|
|||||||
channel_request_reload(c, channel_create_reload_request(prr));
|
channel_request_reload(c, channel_create_reload_request(prr));
|
||||||
|
|
||||||
if (prr->dir & CMD_RELOAD_OUT)
|
if (prr->dir & CMD_RELOAD_OUT)
|
||||||
|
if (c->out_req.name)
|
||||||
rt_export_refeed(&c->out_req, channel_create_reload_request(prr));
|
rt_export_refeed(&c->out_req, channel_create_reload_request(prr));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user