diff options
Diffstat (limited to 'zebra/zebra_static.c')
| -rw-r--r-- | zebra/zebra_static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_static.c b/zebra/zebra_static.c index 1dc54e171c..dfe196c4b2 100644 --- a/zebra/zebra_static.c +++ b/zebra/zebra_static.c @@ -518,7 +518,7 @@ static_delete_route (afi_t afi, safi_t safi, u_char type, struct prefix *p, } /* Install into rib. */ - static_uninstall_route (AFI_IP, safi, p, si); + static_uninstall_route (afi, safi, p, si); /* Unlink static route from linked list. */ if (si->prev) |
