From 7862377088bf48582136b3a8b85937ad7b252170 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 16 Apr 2018 14:47:57 -0400 Subject: [PATCH] ospfd: remove unnecessary assignment Not sure what's going on here but it doesn't need to be Signed-off-by: Quentin Young --- ospfd/ospf_snmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ospfd/ospf_snmp.c b/ospfd/ospf_snmp.c index 7464b14b1f..6825be83ac 100644 --- a/ospfd/ospf_snmp.c +++ b/ospfd/ospf_snmp.c @@ -2117,7 +2117,7 @@ static struct ospf_neighbor *ospf_snmp_nbr_lookup_next(struct in_addr *nbr_addr, struct ospf_neighbor *nbr; struct route_node *rn; struct ospf_neighbor *min = NULL; - struct ospf *ospf = ospf; + struct ospf *ospf; ospf = ospf_lookup_by_vrf_id(VRF_DEFAULT); -- 2.39.5