diff options
author | hasso <hasso> | 2004-09-26 16:25:07 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-26 16:25:07 +0000 |
commit | d4a8842d86dbbb1b793578b70a19e6d406338d9c (patch) | |
tree | 6dd886953bd49e0d9c0071dd1504bbb44d3ffddd /vtysh/vtysh.c | |
parent | 3c2ac32f66002f22daa39d35191418b21a21c237 (diff) | |
download | quagga-d4a8842d86dbbb1b793578b70a19e6d406338d9c.tar.bz2 quagga-d4a8842d86dbbb1b793578b70a19e6d406338d9c.tar.xz |
Compiler warning fix.
Diffstat (limited to 'vtysh/vtysh.c')
-rw-r--r-- | vtysh/vtysh.c | 2 |
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, |