Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
access: initialize correctly ACCESS_HTSP_STREAMING bitmask
  • Loading branch information
perexg committed Nov 30, 2014
1 parent 8265dbd commit 1d9a348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/access.c
Expand Up @@ -804,6 +804,8 @@ access_entry_update_rights(access_entry_t *ae)
r |= ACCESS_STREAMING;
if (ae->ae_adv_streaming)
r |= ACCESS_ADVANCED_STREAMING;
if (ae->ae_htsp_streaming)
r |= ACCESS_HTSP_STREAMING;
if (ae->ae_dvr)
r |= ACCESS_RECORDER;
if (ae->ae_webui)
Expand Down

0 comments on commit 1d9a348

Please sign in to comment.