]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
CAPMT: Correct type for port property, fixes #2559
authorJaroslav Kysela <perex@perex.cz>
Wed, 17 Dec 2014 14:42:54 +0000 (15:42 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 17 Dec 2014 14:42:54 +0000 (15:42 +0100)
src/descrambler/capmt.c

index 5b505230865f167961729244161e41e8559a7806..fa38530c7a24801ca064c040e1851f91edaa2236 100644 (file)
@@ -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),