summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-17 23:20:47 +0200
committerOndrej Filip <feela@network.cz>2000-05-17 23:20:47 +0200
commit0850ce22d76c80c4f6a10fd0139d4cc903716bfa (patch)
tree7a290b94e38316fb772c596216e8c048edba02ea /proto
parent6d5e703dc9ac387d72005f3b5da82e80275d5fc6 (diff)
downloadbird-0850ce22d76c80c4f6a10fd0139d4cc903716bfa.tar
bird-0850ce22d76c80c4f6a10fd0139d4cc903716bfa.zip
Smal debug bugfix.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/rt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c
index c8b5b47..d50e438 100644
--- a/proto/ospf/rt.c
+++ b/proto/ospf/rt.c
@@ -294,7 +294,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */
if((mlen<0)||(mlen>32))
{
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;
}