summaryrefslogtreecommitdiff
path: root/vtysh/vtysh.c
diff options
context:
space:
mode:
Diffstat (limited to 'vtysh/vtysh.c')
-rw-r--r--vtysh/vtysh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c
index b50424af..ba49edee 100644
--- a/vtysh/vtysh.c
+++ b/vtysh/vtysh.c
@@ -779,7 +779,7 @@ DEFUNSH (VTYSH_ALL,
"end",
"End current mode and down to previous mode\n")
{
- return vtysh_end (vty);
+ return vtysh_end ();
}
DEFUNSH (VTYSH_BGPD,