From 3cde304b1bd9a4a7eb374f84794bded8054d30e7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 1 Oct 2014 17:57:25 +0200 Subject: [PATCH] cwc: fix the password field markers --- src/descrambler/cwc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/descrambler/cwc.c b/src/descrambler/cwc.c index 19e75548..b4f80e32 100755 --- a/src/descrambler/cwc.c +++ b/src/descrambler/cwc.c @@ -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", }, {