diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-09 18:17:34 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-09 18:17:34 +0000 |
commit | 9669362f0577dbda0d7b9495d0c2fec11fa866f1 (patch) | |
tree | f00d5ede5cfccc55137c835a49fb592058c6ff29 /proto/ospf/dbdes.c | |
parent | 5f743d969739d6dca12b51561baac3131e160429 (diff) |
Many bugfixes. (I added one entry twice to slist.)
Debug cleanup.
Retransmiting of unacknolegded LSAs
Diffstat (limited to 'proto/ospf/dbdes.c')
-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 ecffbe61..4706883a 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -149,7 +149,7 @@ rxmt_timer_hook(timer *timer) n=(struct ospf_neighbor *)timer->data; ifa=n->ifa; p=(struct proto *)(ifa->proto); - debug("%s: RXMT timer fired on interface %s for neigh: %I.\n", + DBG("%s: RXMT timer fired on interface %s for neigh: %I.\n", p->name, ifa->iface->name, n->rid); if(n->state<NEIGHBOR_LOADING) ospf_dbdes_tx(n); else |