diff options
Diffstat (limited to 'bgpd')
| -rw-r--r-- | bgpd/bgpd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index 31cd573aee..83f8057736 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c @@ -8972,7 +8972,7 @@ void bgp_terminate(void)  	EVENT_OFF(bm->t_bgp_zebra_l3_vni);  	bgp_mac_finish(); -#if ENABLE_BGP_VNC +#ifdef ENABLE_BGP_VNC  	rfapi_terminate();  #endif  }  | 
