summaryrefslogtreecommitdiff
path: root/lib/hash.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-07-13 20:17:06 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-07-14 10:20:03 +0200
commit625e016d14073dfefb69c0fa36cddb81fbe034ed (patch)
tree025bb557646390501de37e86d3813c111ec25d31 /lib/hash.c
parentcdda2010369cdcc2ffce5cb70ea112a13aacd9c3 (diff)
*: remove VTYNL, part 6 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/hash.c')
-rw-r--r--lib/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hash.c b/lib/hash.c
index 71f200d851..166bc7a260 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -467,7 +467,7 @@ DEFUN(show_hash_stats,
if (tt->nrows > 1)
{
ttable_colseps (tt, 0, RIGHT, true, '|');
- char *table = ttable_dump (tt, VTYNL);
+ char *table = ttable_dump (tt, "\n");
vty_out (vty, "%s\n", table);
XFREE (MTYPE_TMP, table);
}