diff options
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 eb777b7..53144ba 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)) |