Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cwc: fix the password field markers
  • Loading branch information
perexg committed Oct 1, 2014
1 parent 0b3fcdc commit 3cde304
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/descrambler/cwc.c
Expand Up @@ -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",
},
Expand All @@ -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",
},
{
Expand Down

0 comments on commit 3cde304

Please sign in to comment.