diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:20:20 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:03 +0200 |
commit | 61b7d449bd022b0455f148ee9187293a62afdfcb (patch) | |
tree | 5be2ae085b0013641bbdcee48f5b524465199b3a /vtysh | |
parent | *: remove VTYNL, part 2 of 6 (diff) | |
download | frr-61b7d449bd022b0455f148ee9187293a62afdfcb.tar.xz frr-61b7d449bd022b0455f148ee9187293a62afdfcb.zip |
*: remove VTYNL, part 3 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/vtysh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 02606b88a..fe84e7ecb 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -2529,7 +2529,7 @@ DEFUN (vtysh_write_terminal, fp = stdout; vty_out (vty, "Building configuration...\n"); - vty_out (vty, "%sCurrent configuration:\n",VTYNL); + vty_out (vty, "\nCurrent configuration:\n"); vty_out (vty, "!\n"); for (i = 0; i < array_size(vtysh_client); i++) |