commit | 4289546d79a9d5be800c1c0ec31e82cc8a92a04b | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun Sep 26 16:25:07 2004 +0000 |
committer | hasso <hasso> | Sun Sep 26 16:25:07 2004 +0000 |
tree | 2ecd78f14dae2e2f1e174c628976cfa939e9d6e5 | |
parent | f7c43dcbbc44e2098728f9849d152d9b6df97a5d [diff] [blame] |
Compiler warning fix.
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index b50424a..ba49ede 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c
@@ -779,7 +779,7 @@ "end", "End current mode and down to previous mode\n") { - return vtysh_end (vty); + return vtysh_end (); } DEFUNSH (VTYSH_BGPD,