mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Silence this annoying warning.
This commit is contained in:
@@ -392,8 +392,7 @@ ospf_lsupd_send_list(struct ospf_neighbor *n, list * l)
|
|||||||
if (en == NULL)
|
if (en == NULL)
|
||||||
{
|
{
|
||||||
/* Probably flushed LSA, this should not happen */
|
/* Probably flushed LSA, this should not happen */
|
||||||
log(L_WARN "OSPF: LSA disappeared (Type: %04x, Id: %R, Rt: %R)",
|
// log(L_WARN "OSPF: LSA disappeared (Type: %04x, Id: %R, Rt: %R)", lsr->lsh.type, lsr->lsh.id, lsr->lsh.rt);
|
||||||
lsr->lsh.type, lsr->lsh.id, lsr->lsh.rt);
|
|
||||||
lsr = NODE_NEXT(lsr);
|
lsr = NODE_NEXT(lsr);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user