From 26a429fe8e49c67a375886a99a3687417379d19e Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 13 Jul 2017 19:12:39 +0200 Subject: *: remove VTYNL, part 2 of 6 Signed-off-by: David Lamparter --- lib/if.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/if.c') diff --git a/lib/if.c b/lib/if.c index d694067816..e6a957a958 100644 --- a/lib/if.c +++ b/lib/if.c @@ -745,8 +745,7 @@ DEFUN_NOSH (no_interface, if (CHECK_FLAG (ifp->status, ZEBRA_INTERFACE_ACTIVE)) { - vty_out (vty, "%% Only inactive interfaces can be deleted%s", - VTYNL); + vty_out (vty, "%% Only inactive interfaces can be deleted\n"); return CMD_WARNING; } -- cgit v1.2.3