From 0850ce22d76c80c4f6a10fd0139d4cc903716bfa Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 17 May 2000 21:20:47 +0000 Subject: Smal debug bugfix. --- proto/ospf/rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') 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; } -- cgit v1.2.3