diff options
| author | Madhuri Kuruganti <maduri111@gmail.com> | 2022-10-11 18:59:37 +0530 | 
|---|---|---|
| committer | Madhuri Kuruganti <maduri111@gmail.com> | 2022-10-12 13:48:23 +0530 | 
| commit | 80f6ea8b99188b9d8e79fe4fc1740cc92375d7bc (patch) | |
| tree | f50626186ffd366049aa14c78f8d53978ec10da7 /bgpd/bgp_debug.c | |
| parent | bba9435157515689cb752e1ff9ac18a44f08b73a (diff) | |
bgpd: code review comments addressed
Signed-off-by: Madhuri Kuruganti <maduri111@gmail.com>
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)) {  | 
