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

Removed an accidentally merged debug call introduced in 5395880908

This commit is contained in:
Maria Matejka 2022-10-12 18:02:34 +02:00
parent a9fe913a41
commit d3af586da4

View File

@ -899,9 +899,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;