CAPMT: Correct type for port property, fixes #2559
This commit is contained in:
parent
066b273387
commit
8db7c13281
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue