mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-11 17:08:46 +00:00
Removed an accidentally merged debug call introduced in 5395880908fdb264b5b78ccc455dced49eb29915
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))
|
||||
old = NULL;
|
||||
|
||||
if (old && (old->sender == c->in_req.hook))
|
||||
bug("bad-behaved pipe");
|
||||
|
||||
if (!new && !old)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user