diff options
author | F. Aragon <paco@voltanet.io> | 2018-09-12 12:18:44 +0200 |
---|---|---|
committer | F. Aragon <paco@voltanet.io> | 2018-09-12 16:44:36 +0200 |
commit | f7813c7c7fe3f6a12deb51de00bbf029b725f166 (patch) | |
tree | 1f8d29d968524c8d48dc974dd5ed981cba4aee14 /ospf6d | |
parent | Merge pull request #2944 from thbtcllt/master (diff) | |
download | frr-f7813c7c7fe3f6a12deb51de00bbf029b725f166.tar.xz frr-f7813c7c7fe3f6a12deb51de00bbf029b725f166.zip |
bgpd isisd ospf6d ospfd: variable shadowing fixes
Signed-off-by: F. Aragon <paco@voltanet.io>
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_abr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ospf6d/ospf6_abr.c b/ospf6d/ospf6_abr.c index 7bccc78e0..586584c65 100644 --- a/ospf6d/ospf6_abr.c +++ b/ospf6d/ospf6_abr.c @@ -918,9 +918,6 @@ void ospf6_abr_examin_summary(struct ospf6_lsa *lsa, struct ospf6_area *oa) * old as the route. */ if (listcount(route->paths) > 1) { - struct listnode *anode; - struct ospf6_path *o_path; - for (ALL_LIST_ELEMENTS_RO(route->paths, anode, o_path)) { inet_ntop(AF_INET, |