From 8db7c1328140001323f3c9313adc5379fc1203df Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 17 Dec 2014 15:42:54 +0100 Subject: [PATCH] CAPMT: Correct type for port property, fixes #2559 --- src/descrambler/capmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/descrambler/capmt.c b/src/descrambler/capmt.c index 5b505230..fa38530c 100644 --- a/src/descrambler/capmt.c +++ b/src/descrambler/capmt.c @@ -2002,7 +2002,7 @@ const idclass_t caclient_capmt_class = .def.s = "/tmp/camd.socket", }, { - .type = PT_U16, + .type = PT_INT, .id = "port", .name = "Listen/Connect Port", .off = offsetof(capmt_t, capmt_port),