CAPMT: Correct type for port property, fixes #2559

This commit is contained in:
Jaroslav Kysela 2014-12-17 15:42:54 +01:00
parent 066b273387
commit 8db7c13281

View 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),