summaryrefslogtreecommitdiffstats
path: root/zebra/rtadv.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rtadv.c')
-rw-r--r--zebra/rtadv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/rtadv.c b/zebra/rtadv.c
index 7edba5595..277cf4f06 100644
--- a/zebra/rtadv.c
+++ b/zebra/rtadv.c
@@ -1342,6 +1342,7 @@ DEFUN (ipv6_nd_prefix,
"Do not use prefix for autoconfiguration\n"
"Do not use prefix for onlink determination\n")
{
+ /* CHECK ME argc referenced below */
/* prelude */
char *prefix = argv[3]->arg;
int lifetimes = (argc > 4) && (argv[4]->type == RANGE_TKN || strmatch (argv[4]->text, "infinite"));