Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL: fixed ACCESS_FULL (added ACCESS_HTSP_RECORDER), fixes #2551
  • Loading branch information
perexg committed Dec 14, 2014
1 parent d9bb16e commit f1fda28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.h
Expand Up @@ -124,7 +124,7 @@ typedef struct access_ticket {

#define ACCESS_FULL \
(ACCESS_STREAMING | ACCESS_ADVANCED_STREAMING | \
ACCESS_HTSP_STREAMING | \
ACCESS_HTSP_STREAMING | ACCESS_HTSP_RECORDER | \
ACCESS_WEB_INTERFACE | ACCESS_RECORDER | ACCESS_ADMIN)

/**
Expand Down

0 comments on commit f1fda28

Please sign in to comment.