mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
Compiler warning fix.
This commit is contained in:
parent
f7c43dcbbc
commit
4289546d79
@ -1,3 +1,7 @@
|
||||
2004-09-26 Hasso Tepper <hasso at quagga.net>
|
||||
|
||||
* vtysh.c: Fix compiler warning.
|
||||
|
||||
2004-09-17 Paul Jakma <paul@dishone.st>
|
||||
|
||||
* vtysh.c: (vtysh_client_execute) trailling NULLs can be arbitrarily
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user