summaryrefslogtreecommitdiff
path: root/zebra/zebra_rib.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton76@gmail.com>2017-06-21 10:30:29 -0400
committerGitHub <noreply@github.com>2017-06-21 10:30:29 -0400
commitc1a44e43672607a557d895cade446e776c11ce1f (patch)
treeaa6177c84e1c44542bb3a4e3b870a67afaaa2ef4 /zebra/zebra_rib.c
parentbf468c3ca5d96af40ba4af4967ec3e48fdf76447 (diff)
parent2ca02077216cc8d8bde6b6da279f9fd03e0ac04a (diff)
Merge branch 'master' into bgpd-ipv4-plus-label-misc3
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r--zebra/zebra_rib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c
index e9ccac1c92..c2af0a0d22 100644
--- a/zebra/zebra_rib.c
+++ b/zebra/zebra_rib.c
@@ -2897,7 +2897,7 @@ vrf_id_get_next (vrf_id_t vrf_id, vrf_id_t *next_id_p)
vrf = vrf_lookup_by_id (vrf_id);
if (vrf)
{
- vrf = RB_NEXT (vrf_id_head, &vrfs_by_id, vrf);
+ vrf = RB_NEXT (vrf_id_head, vrf);
if (vrf) {
*next_id_p = vrf->vrf_id;
return 1;