diff options
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 5853bdd465..bb79f96327 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -2955,7 +2955,7 @@ void rib_close_table(struct route_table *table) if (!table) return; - info = table->info; + info = route_table_get_info(table); for (rn = route_top(table); rn; rn = srcdest_route_next(rn)) { dest = rib_dest_from_rnode(rn); |
