diff options
Diffstat (limited to 'proto/ospf/rt.c')
-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; } |