diff options
author | Madhuri Kuruganti <maduri111@gmail.com> | 2022-10-11 15:29:37 +0200 |
---|---|---|
committer | Madhuri Kuruganti <maduri111@gmail.com> | 2022-10-12 10:18:23 +0200 |
commit | 80f6ea8b99188b9d8e79fe4fc1740cc92375d7bc (patch) | |
tree | f50626186ffd366049aa14c78f8d53978ec10da7 /bgpd/bgp_debug.c | |
parent | bgpd, ospfd: update BGP when routes are removed from OSPF routing table (diff) | |
download | frr-80f6ea8b99188b9d8e79fe4fc1740cc92375d7bc.tar.xz frr-80f6ea8b99188b9d8e79fe4fc1740cc92375d7bc.zip |
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 987b4508f..580c18b58 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)) { |