From 8749a04cc2e29f760bca018e32edeb8419e80157 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Fri, 30 Sep 2016 13:39:56 +0000 Subject: [PATCH] ospf6d: scrubbed some argc CHECK MEs Signed-off-by: Daniel Walton --- isisd/isisd.c | 1 - ospf6d/ospf6_route.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.5