From 416168835bf328104f394422a5d6509aba42732a Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Thu, 29 Oct 2020 12:02:40 -0400 Subject: [PATCH] ospfd: clean up SA warning in ospf_finish_final() Clean up an SA warning. Signed-off-by: Mark Stapp --- ospfd/ospfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index c16798e2fc..c6e24eb776 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -609,7 +609,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; -- 2.39.5