zebra: Removal of the following warning messages

warning: too many arguments for format [-Wformat-extra-args]
This commit is contained in:
G.Balaji 2011-11-27 20:09:40 +05:30 committed by Denis Ovsienko
parent 73bfe0bd9a
commit cb32fd690a

View File

@ -1973,8 +1973,7 @@ DEFUN (show_ip_mroute,
{
if (first)
{
vty_out (vty, SHOW_ROUTE_V4_HEADER, VTY_NEWLINE, VTY_NEWLINE,
VTY_NEWLINE);
vty_out (vty, SHOW_ROUTE_V4_HEADER);
first = 0;
}
vty_show_ip_route (vty, rn, rib);
@ -2009,7 +2008,7 @@ DEFUN (show_ipv6_mroute,
{
if (first)
{
vty_out (vty, SHOW_ROUTE_V6_HEADER, VTY_NEWLINE, VTY_NEWLINE, VTY_NEWLINE);
vty_out (vty, SHOW_ROUTE_V6_HEADER);
first = 0;
}
vty_show_ipv6_route (vty, rn, rib);