mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 15:41:54 +00:00
Removed an accidentally merged debug call introduced in 5395880908
This commit is contained in:
parent
a9fe913a41
commit
d3af586da4
@ -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))
|
if (old && !bmap_test(&c->export_map, old->id))
|
||||||
old = NULL;
|
old = NULL;
|
||||||
|
|
||||||
if (old && (old->sender == c->in_req.hook))
|
|
||||||
bug("bad-behaved pipe");
|
|
||||||
|
|
||||||
if (!new && !old)
|
if (!new && !old)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user