summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.c
diff options
context:
space:
mode:
authorMadhuri Kuruganti <maduri111@gmail.com>2022-10-11 15:29:37 +0200
committerMadhuri Kuruganti <maduri111@gmail.com>2022-10-12 10:18:23 +0200
commit80f6ea8b99188b9d8e79fe4fc1740cc92375d7bc (patch)
treef50626186ffd366049aa14c78f8d53978ec10da7 /bgpd/bgp_debug.c
parentbgpd, ospfd: update BGP when routes are removed from OSPF routing table (diff)
downloadfrr-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.c2
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)) {