From 57a827260b2f76be8f63cfe77b69b9e1361bb862 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 1 Dec 2015 19:53:39 +0100 Subject: [PATCH] access: fix the uilevel access entry init --- src/access.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/access.c b/src/access.c index 3ce3895be..d73b31579 100644 --- a/src/access.c +++ b/src/access.c @@ -1041,6 +1041,8 @@ access_entry_create(const char *uuid, htsmsg_t *conf) TAILQ_INIT(&ae->ae_ipmasks); + ae->ae_uilevel = UILEVEL_DEFAULT; + if (conf) { /* defaults */ ae->ae_htsp_streaming = 1; -- 2.47.3