summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2005-04-28 20:39:39 +0000
committerDimitri Sokolyuk <demon@dim13.org>2005-04-28 20:39:39 +0000
commit5de94df423989ba2ffb6924f88fe2910379ca1c0 (patch)
tree28647a205729a58575148ebc0aabfa3d14139184 /parse.h
parent45d9d4477663635bc77a1f2253535dfb20358821 (diff)
cleanup
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 },