Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP server: preserve server UUID (regression)
  • Loading branch information
perexg committed Sep 29, 2015
1 parent 9329a8b commit 8cc6aa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/satip/server.c
Expand Up @@ -572,6 +572,14 @@ const idclass_t satip_server_class = {
{}
},
.ic_properties = (const property_t[]){
{
.type = PT_STR,
.id = "satip_uuid",
.name = N_("Server UUID"),
.off = offsetof(struct satip_server_conf, satip_uuid),
.opts = PO_RDONLY,
.group = 1,
},
{
.type = PT_INT,
.id = "satip_rtsp",
Expand Down

0 comments on commit 8cc6aa1

Please sign in to comment.