Revert "mpegts network discovery: do not accept NIT params change on tuned mux"

This reverts commit 0472520eb9.
This commit is contained in:
Jaroslav Kysela 2014-07-03 19:02:50 +02:00
parent 6e1815c376
commit 91123eb73e

View 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);