diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-09-13 08:37:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-13 08:37:22 -0400 |
| commit | fc6eb7d827d7373a89dd04c1d809059e9ef79f9e (patch) | |
| tree | 407311c755f8251639660af2ecd05cb647085005 /ospfd/ospf_zebra.c | |
| parent | 38ee5e636d116891b56327577de63ccb17d2bb05 (diff) | |
| parent | f7813c7c7fe3f6a12deb51de00bbf029b725f166 (diff) | |
Merge pull request #3006 from pacovn/static_analysis__shadow_variables1
bgpd isisd ospf6d ospfd: variable shadowing fixes
Diffstat (limited to 'ospfd/ospf_zebra.c')
| -rw-r--r-- | ospfd/ospf_zebra.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_zebra.c b/ospfd/ospf_zebra.c index 5dfea4378b..912142b78f 100644 --- a/ospfd/ospf_zebra.c +++ b/ospfd/ospf_zebra.c @@ -1205,7 +1205,6 @@ static void ospf_filter_update(struct access_list *access) /* Update distribute-list, and apply filter. */ for (type = 0; type <= ZEBRA_ROUTE_MAX; type++) { struct list *red_list; - struct listnode *node; struct ospf_redist *red; red_list = ospf->redist[type]; @@ -1295,7 +1294,6 @@ void ospf_prefix_list_update(struct prefix_list *plist) */ for (type = 0; type <= ZEBRA_ROUTE_MAX; type++) { struct list *red_list; - struct listnode *node; struct ospf_redist *red; red_list = ospf->redist[type]; |
