Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
access: fix the default ACL entry, fixes #4140
  • Loading branch information
perexg committed Dec 17, 2016
1 parent b8d7880 commit f49ea87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/access.c
Expand Up @@ -2265,6 +2265,7 @@ access_init(int createdefault, int noacl)
ae->ae_comment = strdup(ACCESS_DEFAULT_COMMENT);

ae->ae_enabled = 1;
ae->ae_change_rights = 1;
ae->ae_streaming = 1;
ae->ae_adv_streaming = 1;
ae->ae_htsp_streaming = 1;
Expand Down

0 comments on commit f49ea87

Please sign in to comment.