From 27f49a2c3c2a86b4822ff1980d751666ed8cee97 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 17:28:41 +0000 Subject: lsreq.c indented and small 'struct proto' changes. --- proto/ospf/neighbor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/neighbor.c') 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)) -- cgit v1.2.3