summaryrefslogtreecommitdiff
path: root/zebra/redistribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/redistribute.c')
-rw-r--r--zebra/redistribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/redistribute.c b/zebra/redistribute.c
index 9f63aeb4e9..312f44b229 100644
--- a/zebra/redistribute.c
+++ b/zebra/redistribute.c
@@ -698,7 +698,7 @@ zebra_import_table_config (struct vty *vty)
if (rmap_name)
vty_out(vty, " route-map %s", rmap_name);
- vty_out(vty, "%s", VTY_NEWLINE);
+ vty_outln (vty, "");
write = 1;
}
}