diff options
author | Ondrej Filip <feela@network.cz> | 2000-08-18 18:47:27 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-08-18 18:47:27 +0200 |
commit | 9e2920824e13739a9169153f0164e6a4fe4adc1d (patch) | |
tree | 5dfdba255265f738294bca6da6a2ed5ea3c6926e /proto | |
parent | f321a61f77262d33dd43d50136c8116ebf8139c6 (diff) | |
download | bird-9e2920824e13739a9169153f0164e6a4fe4adc1d.tar bird-9e2920824e13739a9169153f0164e6a4fe4adc1d.zip |
Typo.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/dbdes.c | 2 |
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 |