summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c
index 65b53be653..9dd0374c9d 100644
--- a/bgpd/bgpd.c
+++ b/bgpd/bgpd.c
@@ -7254,7 +7254,7 @@ bgp_config_write_family_header (struct vty *vty, afi_t afi, safi_t safi,
if (*write)
return;
- vty_outln (vty, " !%s address-family ", VTYNL);
+ vty_out (vty, " !%s address-family ", VTYNL);
if (afi == AFI_IP)
{