summaryrefslogtreecommitdiffstats
path: root/proto/ospf/dbdes.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-08-18 18:47:27 +0200
committerOndrej Filip <feela@network.cz>2000-08-18 18:47:27 +0200
commit9e2920824e13739a9169153f0164e6a4fe4adc1d (patch)
tree5dfdba255265f738294bca6da6a2ed5ea3c6926e /proto/ospf/dbdes.c
parentf321a61f77262d33dd43d50136c8116ebf8139c6 (diff)
downloadbird-9e2920824e13739a9169153f0164e6a4fe4adc1d.tar
bird-9e2920824e13739a9169153f0164e6a4fe4adc1d.zip
Typo.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r--proto/ospf/dbdes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c
index 67ef2fa..d6aadb6 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