Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL: Fix the channel tag and DVR config handling, fixes #2326
  • Loading branch information
perexg committed Sep 25, 2014
1 parent de634dd commit d0ab501
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/access.c
Expand Up @@ -735,7 +735,6 @@ access_entry_destroy(access_entry_t *ae)
free(ae->ae_password);
free(ae->ae_password2);
free(ae->ae_comment);
free(ae->ae_chtag);
free(ae);
}

Expand Down Expand Up @@ -1065,7 +1064,6 @@ const idclass_t access_entry_class = {
.set = access_entry_dvr_config_set,
.get = access_entry_dvr_config_get,
.list = dvr_entry_class_config_name_list,
.off = offsetof(access_entry_t, ae_dvr_config),
},
{
.type = PT_BOOL,
Expand Down Expand Up @@ -1095,7 +1093,6 @@ const idclass_t access_entry_class = {
.type = PT_STR,
.id = "channel_tag",
.name = "Channel Tag",
.off = offsetof(access_entry_t, ae_chtag),
.set = access_entry_chtag_set,
.get = access_entry_chtag_get,
.list = channel_tag_class_get_list,
Expand Down

0 comments on commit d0ab501

Please sign in to comment.