From 9bacea42112216e604bd55e3027e019e131304dd Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 8 May 2000 22:49:58 +0000 Subject: Fixed some FIXME's by deleting them. :-) --- proto/ospf/neighbor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'proto') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 1527937..56e8aab 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -45,6 +45,7 @@ neigh_chstate(struct ospf_neighbor *n, u8 state) ifa->fadj++; originate_rt_lsa(n->ifa->oa,n->ifa->oa->po); originate_net_lsa(ifa,ifa->oa->po); + tm_stop(n->lsrr_timer); } if(oldstate>=NEIGHBOR_EXSTART && statestate>=NEIGHBOR_EXCHANGE) { neigh_chstate(n,NEIGHBOR_EXSTART); - /* FIXME: Go on....*/ } break; case INM_KILLNBR: -- cgit v1.2.3