]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Revert "mpegts network discovery: do not accept NIT params change on tuned mux"
authorJaroslav Kysela <perex@perex.cz>
Thu, 3 Jul 2014 17:02:50 +0000 (19:02 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 3 Jul 2014 17:02:50 +0000 (19:02 +0200)
This reverts commit 0472520eb961d10d3d79de5bfc1b575e89665170.

src/input/mpegts/mpegts_network_dvb.c

index adc7380dadda683f5c53e4e18526fb4a52889424..7680c1fdeb4eb358e38e51798289f40e9fb97c75 100644 (file)
@@ -364,8 +364,6 @@ dvb_network_create_mux
   dvb_mux_conf_t *dmc = p;
 
   mm = dvb_network_find_mux(ln, dmc, onid, tsid);
-  /* Ignore change requests from NIT for tuned mux */
-  if (mm == mmo) return mm;
   if (!mm && ln->mn_autodiscovery) {
     const idclass_t *cls;
     cls = dvb_network_mux_class((mpegts_network_t *)ln);