mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-10 13:18:42 +00:00
Dropping a nonsensical assert which broke Babel
This commit is contained in:
parent
ee84ff14a1
commit
3cf5e0f144
@ -614,9 +614,6 @@ rt_notify_basic(struct channel *c, const net_addr *net, rte *new, rte *old)
|
||||
if (old && !bmap_test(&c->export_map, old->id))
|
||||
old = NULL;
|
||||
|
||||
if (old && (old->sender == c->in_req.hook))
|
||||
bug("bad-behaved pipe");
|
||||
|
||||
if (!new && !old)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user