]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Typo.
authorOndrej Filip <feela@network.cz>
Fri, 18 Aug 2000 16:47:27 +0000 (16:47 +0000)
committerOndrej Filip <feela@network.cz>
Fri, 18 Aug 2000 16:47:27 +0000 (16:47 +0000)
proto/ospf/dbdes.c

index 67ef2fae7131b2165755add763c8c353936d0462..d6aadb6fcac934d0e4cb1a5a56379b2af6e11fed 100644 (file)
@@ -272,7 +272,7 @@ ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p,
            n->options=ps->options;
             n->ddr=ntohl(ps->ddseq)-1;
             n->imms.byte=ps->imms.byte;
-            OSPF_TRACE(D_PACKETS, "I'm master to %I.", nrid);
+            OSPF_TRACE(D_PACKETS, "I'm master to %I.", n->ip);
            ospf_neigh_sm(n, INM_NEGDONE);
           }
          else