summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index bb86334..ac620f4 100644
--- a/parse.h
+++ b/parse.h
@@ -35,7 +35,7 @@ static struct dd_conf {
} conf[] = {
{ "username", NULL, SYS_ALL, VAL_STR, OPT_NO },
{ "password", NULL, SYS_ALL, VAL_STR, OPT_NO },
-// { "system", NULL, SYS_ALL, VAL_STR, OPT_YES },
+/* { "system", NULL, SYS_ALL, VAL_STR, OPT_YES }, */
{ "dyndns", NULL, SYS_DYN, VAL_NONE, OPT_YES },
{ "statdns", NULL, SYS_STAT, VAL_NONE, OPT_YES },
{ "custdns", NULL, SYS_CUST, VAL_NONE, OPT_YES },