0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-18 06:51:54 +00:00

Merge commit 'cba9cbf1bdb253c7727da10ff4f835d7ffbadeed' into integrated

This commit is contained in:
Ondrej Zajicek 2014-05-02 17:15:25 +02:00
commit 0d272860a3

View File

@ -634,8 +634,8 @@ ospf_lsupd_rxmt(struct ospf_neighbor *n)
if (!en)
{
/* Probably flushed LSA, this should not happen */
log(L_WARN "%s: LSA disappeared (Type: %04x, Id: %R, Rt: %R)",
po->proto.name, ret->lsa_type, ret->lsa.id, ret->lsa.rt);
// log(L_WARN "%s: LSA disappeared (Type: %04x, Id: %R, Rt: %R)",
// po->proto.name, ret->lsa_type, ret->lsa.id, ret->lsa.rt);
XXXX(); /* remove entry */
continue;