diff options
Diffstat (limited to 'ospf6d/ospf6_lsa.c')
| -rw-r--r-- | ospf6d/ospf6_lsa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index a70e450f60..7aa78048d3 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@ -835,6 +835,7 @@ DEFUN (debug_ospf6_lsa_type, "Specify LS type as Hexadecimal\n" ) { + /* CHECK ME argc referenced below */ int idx_lsa = 3; unsigned int i; struct ospf6_lsa_handler *handler = NULL; @@ -893,6 +894,7 @@ DEFUN (no_debug_ospf6_lsa_type, "Specify LS type as Hexadecimal\n" ) { + /* CHECK ME argc referenced below */ int idx_lsa = 4; u_int i; struct ospf6_lsa_handler *handler = NULL; |
