Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
capmt: change label for socket name / IP address (mode 3 -> TCP mode)
  • Loading branch information
perexg committed Oct 5, 2014
1 parent e00c6ff commit ef3ed00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descrambler/capmt.c
Expand Up @@ -1998,7 +1998,7 @@ const idclass_t caclient_capmt_class =
{
.type = PT_STR,
.id = "camdfilename",
.name = "Camd.socket Filename / IP Address (mode 3)",
.name = "Camd.socket Filename / IP Address (TCP mode)",
.off = offsetof(capmt_t, capmt_sockfile),
.def.s = "/tmp/camd.socket",
},
Expand Down

0 comments on commit ef3ed00

Please sign in to comment.