]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Smal debug bugfix.
authorOndrej Filip <feela@network.cz>
Wed, 17 May 2000 21:20:47 +0000 (21:20 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 17 May 2000 21:20:47 +0000 (21:20 +0000)
proto/ospf/rt.c

index c8b5b47e653b0974b7225716960a67defbfe32a9..d50e438a4929c49e151fc4557245a1411e14be49 100644 (file)
@@ -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;
     }