]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
fix async mode
authorGlenn-1990 <g_christiaensen@msn.com>
Sun, 7 Feb 2016 20:43:01 +0000 (21:43 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 8 Feb 2016 08:18:00 +0000 (09:18 +0100)
src/htsp_server.c

index e8f035f39d901a181110ae7f9067055a97a51582..c7414e9ee9891b20c0e3a831248c4477f69acebe 100644 (file)
@@ -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)