Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CAPMT: Correct type for port property, fixes #2559
  • Loading branch information
perexg committed Dec 17, 2014
1 parent 066b273 commit 8db7c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descrambler/capmt.c
Expand Up @@ -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),
Expand Down

0 comments on commit 8db7c13

Please sign in to comment.