0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 12:25:20 +00:00

Dropping a nonsensical assert which broke Babel

This commit is contained in:
Maria Matejka 2022-01-10 09:30:46 +01:00
parent ee84ff14a1
commit 3cf5e0f144

View File

@ -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;