Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
access: fix the uilevel access entry init
  • Loading branch information
perexg committed Dec 1, 2015
1 parent e0644dc commit 57a8272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/access.c
Expand Up @@ -1041,6 +1041,8 @@ access_entry_create(const char *uuid, htsmsg_t *conf)

TAILQ_INIT(&ae->ae_ipmasks);

ae->ae_uilevel = UILEVEL_DEFAULT;

if (conf) {
/* defaults */
ae->ae_htsp_streaming = 1;
Expand Down

0 comments on commit 57a8272

Please sign in to comment.