]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
access: initialize correctly ACCESS_HTSP_STREAMING bitmask
authorJaroslav Kysela <perex@perex.cz>
Sun, 30 Nov 2014 14:15:35 +0000 (15:15 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 30 Nov 2014 14:15:35 +0000 (15:15 +0100)
src/access.c

index 08dcb0d77049e249c41d0ef770a58d2671c87ab9..93b120043778337d9f056fb4fc5f3a9b805d32c7 100644 (file)
@@ -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)