]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
http server: remove wrong aa_auth check from page_srvid2, fixes #5416
authorJaroslav Kysela <perex@perex.cz>
Tue, 11 Dec 2018 13:43:18 +0000 (14:43 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 11 Dec 2018 13:43:18 +0000 (14:43 +0100)
src/webui/webui.c

index 360216cce6428bf66151a044bb2bc837460011de..3e46221e7dad78cdbd9f2f3288ec13eee35ec005 100644 (file)
@@ -1637,8 +1637,6 @@ page_srvid2(http_connection_t *hc, const char *remain, void *opaque)
   int first;
   char buf1[16], buf2[16], buf3[16];
 
-  if (hc->hc_access == NULL || strempty(hc->hc_access->aa_auth))
-    return http_noaccess_code(hc);
   tvh_mutex_lock(&global_lock);
   TAILQ_FOREACH(t, &service_all, s_all_link) {
     if (!idnode_is_instance(&t->s_id, &mpegts_service_class))