summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_neighbor.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_neighbor.c')
-rw-r--r--ospf6d/ospf6_neighbor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/ospf6_neighbor.c b/ospf6d/ospf6_neighbor.c
index 76c3862ec..573fced39 100644
--- a/ospf6d/ospf6_neighbor.c
+++ b/ospf6d/ospf6_neighbor.c
@@ -848,6 +848,7 @@ DEFUN (show_ipv6_ospf6_neighbor,
"Neighbor list\n"
)
{
+ /* CHECK ME argc referenced below */
struct ospf6_neighbor *on;
struct ospf6_interface *oi;
struct ospf6_area *oa;
@@ -945,6 +946,7 @@ DEFUN (debug_ospf6_neighbor,
"Debug OSPFv3 Neighbor\n"
)
{
+ /* CHECK ME argc referenced below */
unsigned char level = 0;
if (argc)
{
@@ -982,6 +984,7 @@ DEFUN (no_debug_ospf6_neighbor,
"Debug OSPFv3 Neighbor\n"
)
{
+ /* CHECK ME argc referenced below */
unsigned char level = 0;
if (argc)
{