access: initialize correctly ACCESS_HTSP_STREAMING bitmask
This commit is contained in:
parent
8265dbd902
commit
1d9a3483a5
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue