From: Ondrej Filip Date: Wed, 17 May 2000 21:20:47 +0000 (+0000) Subject: Smal debug bugfix. X-Git-Tag: v1.2.0~874 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0850ce22d76c80c4f6a10fd0139d4cc903716bfa;p=thirdparty%2Fbird.git Smal debug bugfix. --- diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index c8b5b47e6..d50e438a4 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; }