Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
caclient: fix cwc,capmt thread handling, enhance capmt logs
  • Loading branch information
perexg committed Oct 1, 2014
1 parent f3d4dba commit 4861168
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 78 deletions.
2 changes: 2 additions & 0 deletions src/descrambler/caclient.c
Expand Up @@ -147,10 +147,12 @@ caclient_delete(caclient_t *cac, int delconf)
static void
caclient_class_save ( idnode_t *in )
{
caclient_t *cac = (caclient_t *)in;
htsmsg_t *c = htsmsg_create_map();
idnode_save(in, c);
hts_settings_save(c, "caclient/%s", idnode_uuid_as_str(in));
htsmsg_destroy(c);
cac->cac_conf_changed(cac);
}

static const char *
Expand Down

0 comments on commit 4861168

Please sign in to comment.