diff options
Diffstat (limited to 'bgpd/bgp_debug.c')
| -rw-r--r-- | bgpd/bgp_debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index 987b4508fe..580c18b58d 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -2445,7 +2445,7 @@ static int bgp_config_write_debug(struct vty *vty)  	if (CONF_BGP_DEBUG(cond_adv, COND_ADV)) {  		vty_out(vty, "debug bgp conditional-advertisement\n"); -		write++ +		write++;  	}  	if (CONF_BGP_DEBUG(optimal_route_reflection, ORR)) {  | 
