From: Mark Stapp Date: Wed, 9 Dec 2020 17:31:41 +0000 (-0500) Subject: ospfd: clean up SA (7.5 version) X-Git-Tag: frr-7.5.1~25^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=45a171ed275a5e89b3d448be3be49ec7fc9ce0fc;p=matthieu%2Ffrr.git ospfd: clean up SA (7.5 version) Clean up a dead initialization in ospf_finish_final(). Signed-off-by: Mark Stapp --- diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index 3ca9453bca..c0a1b3c207 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -610,7 +610,7 @@ void ospf_finish(struct ospf *ospf) /* Final cleanup of ospf instance */ static void ospf_finish_final(struct ospf *ospf) { - struct vrf *vrf = vrf_lookup_by_id(ospf->vrf_id); + struct vrf *vrf; struct route_node *rn; struct ospf_nbr_nbma *nbr_nbma; struct ospf_lsa *lsa;