From: Ondrej Filip Date: Mon, 8 May 2000 22:49:58 +0000 (+0000) Subject: Fixed some FIXME's by deleting them. :-) X-Git-Tag: v1.2.0~980 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bacea42112216e604bd55e3027e019e131304dd;p=thirdparty%2Fbird.git Fixed some FIXME's by deleting them. :-) --- diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 152793719..56e8aabe1 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: