From: Jaroslav Kysela Date: Tue, 1 Dec 2015 18:53:39 +0000 (+0100) Subject: access: fix the uilevel access entry init X-Git-Tag: v4.2.1~1421 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57a827260b2f76be8f63cfe77b69b9e1361bb862;p=thirdparty%2Ftvheadend.git access: fix the uilevel access entry init --- 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;