diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 17:28:41 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 17:28:41 +0000 |
commit | 27f49a2c3c2a86b4822ff1980d751666ed8cee97 (patch) | |
tree | b80e89fc5bdfa4f514c0c2607008f870ca1bebc0 /proto/ospf/neighbor.c | |
parent | 77539c4471d4b3f19347d2efc99680f815e1c78a (diff) |
lsreq.c indented and small 'struct proto' changes.
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r-- | proto/ospf/neighbor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index eb777b7a..53144bab 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -579,7 +579,7 @@ rxmt_timer_hook(timer *timer) p->name, ifa->iface->name, n->ip); if (n->state < NEIGHBOR_LOADING) ospf_dbdes_tx(n); - if(n->state < NEIGHBOR_FULL) ospf_lsreq_tx(n); + if(n->state < NEIGHBOR_FULL) ospf_lsreq_send(n); else { if(!EMPTY_SLIST(n->lsrtl)) |