Smal debug bugfix.
This commit is contained in:
parent
6d5e703dc9
commit
0850ce22d7
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */
|
||||||
if((mlen<0)||(mlen>32))
|
if((mlen<0)||(mlen>32))
|
||||||
{
|
{
|
||||||
log("%s: Invalid mask in LSA.\nID: %I, RT: %I, Type: %u, Mask %I",
|
log("%s: Invalid mask in LSA.\nID: %I, RT: %I, Type: %u, Mask %I",
|
||||||
p->proto,en->lsa.id,en->lsa.rt,en->lsa.type,le->netmask);
|
p->name,en->lsa.id,en->lsa.rt,en->lsa.type,le->netmask);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue