summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/command.c b/lib/command.c
index b7690eac4c..7df81438f2 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -1226,10 +1226,9 @@ fail:
static int handle_pipe_action_done(struct vty *vty, const char *cmd_exec)
{
- if (vty->filter) {
+ if (vty->filter)
vty_set_include(vty, NULL);
- vty_out(vty, "\n");
- }
+
return 0;
}