From 9e2920824e13739a9169153f0164e6a4fe4adc1d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 18 Aug 2000 16:47:27 +0000 Subject: [PATCH] Typo. --- proto/ospf/dbdes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 67ef2fae..d6aadb6f 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -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