From: Glenn-1990 Date: Sun, 7 Feb 2016 20:43:01 +0000 (+0100) Subject: fix async mode X-Git-Tag: v4.2.1~1067 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d263897e8ce1ae965afa5945e118e57e5d9e21ba;p=thirdparty%2Ftvheadend.git fix async mode --- diff --git a/src/htsp_server.c b/src/htsp_server.c index e8f035f39..c7414e9ee 100644 --- a/src/htsp_server.c +++ b/src/htsp_server.c @@ -1418,7 +1418,7 @@ htsp_method_async(htsp_connection_t *htsp, htsmsg_t *in) return NULL; } - htsp->htsp_async_mode = HTSP_ASYNC_ON; + htsp->htsp_async_mode |= HTSP_ASYNC_ON; /* Send all enabled and external tags */ TAILQ_FOREACH(ct, &channel_tags, ct_link)