diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-17 23:20:47 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-17 23:20:47 +0200 |
commit | 0850ce22d76c80c4f6a10fd0139d4cc903716bfa (patch) | |
tree | 7a290b94e38316fb772c596216e8c048edba02ea /proto | |
parent | 6d5e703dc9ac387d72005f3b5da82e80275d5fc6 (diff) | |
download | bird-0850ce22d76c80c4f6a10fd0139d4cc903716bfa.tar bird-0850ce22d76c80c4f6a10fd0139d4cc903716bfa.zip |
Smal debug bugfix.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/rt.c | 2 |
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; } |