From: Daniel Walton Date: Fri, 30 Sep 2016 13:39:56 +0000 (+0000) Subject: ospf6d: scrubbed some argc CHECK MEs X-Git-Tag: frr-3.0-branchpoint~129^2~121 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8749a04cc2e29f760bca018e32edeb8419e80157;p=matthieu%2Ffrr.git ospf6d: scrubbed some argc CHECK MEs Signed-off-by: Daniel Walton --- diff --git a/isisd/isisd.c b/isisd/isisd.c index 8ee3ad4da5..ffe17b3643 100644 --- a/isisd/isisd.c +++ b/isisd/isisd.c @@ -1918,7 +1918,6 @@ DEFUN (topology_generate_grid, "Optional param 3\n" "Topology\n") { - /* CHECK ME argc referenced below */ struct isis_area *area; area = vty->index; diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h index ad429d86cd..d0126b30d6 100644 --- a/ospf6d/ospf6_route.h +++ b/ospf6d/ospf6_route.h @@ -330,7 +330,7 @@ extern void ospf6_route_show_detail (struct vty *vty, struct ospf6_route *route) extern int ospf6_route_table_show (struct vty *, int, int, struct cmd_token **, struct ospf6_route_table *); -extern int ospf6_linkstate_table_show (struct vty *vty, int argc, +extern int ospf6_linkstate_table_show (struct vty *vty, int idx_ipv4, int argc, struct cmd_token **argv, struct ospf6_route_table *table);