cwc: fix the password field markers

This commit is contained in:
Jaroslav Kysela 2014-10-01 17:57:25 +02:00
parent 0b3fcdce58
commit 3cde304b1b

View file

@ -2286,7 +2286,6 @@ const idclass_t caclient_cwc_class =
.type = PT_STR,
.id = "hostname",
.name = "Hostname / IP",
.opts = PO_PASSWORD,
.off = offsetof(cwc_t, cwc_hostname),
.def.s = "localhost",
},
@ -2300,9 +2299,9 @@ const idclass_t caclient_cwc_class =
.type = PT_STR,
.id = "deskey",
.name = "DES Key",
.opts = PO_PASSWORD,
.set = caclient_cwc_class_deskey_set,
.get = caclient_cwc_class_deskey_get,
.opts = PO_PASSWORD,
.def.s = "00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d",
},
{