summaryrefslogtreecommitdiffstats
path: root/isisd/isisd.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isisd.c')
-rw-r--r--isisd/isisd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isisd.c b/isisd/isisd.c
index 7a1d2c0b6..b0d6144ed 100644
--- a/isisd/isisd.c
+++ b/isisd/isisd.c
@@ -1561,7 +1561,7 @@ show_isis_database (struct vty *vty, const char *argv, int ui_level)
area->dynhostname);
vty_outln (vty, " %u LSPs%s",
- lsp_count, VTY_NEWLINE);
+ lsp_count, VTYNL);
}
}
}