From: hasso Date: Sun, 26 Sep 2004 16:25:07 +0000 (+0000) Subject: Compiler warning fix. X-Git-Tag: frr-2.0-rc1~3537 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=4289546d79a9d5be800c1c0ec31e82cc8a92a04b;p=mirror%2Ffrr.git Compiler warning fix. --- diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index 1156afcd2d..bca51bbc28 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,7 @@ +2004-09-26 Hasso Tepper + + * vtysh.c: Fix compiler warning. + 2004-09-17 Paul Jakma * vtysh.c: (vtysh_client_execute) trailling NULLs can be arbitrarily diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index b50424af15..ba49edee98 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,