From: Adam Sutton Date: Wed, 19 Sep 2012 10:03:12 +0000 (+0100) Subject: Ensure satconf is copied when auto adding muxes. Fixes #1215. X-Git-Tag: 3.3~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9e8945ddbfcce62f40ecd3760835fd9e33bc8ee;p=thirdparty%2Ftvheadend.git Ensure satconf is copied when auto adding muxes. Fixes #1215. --- diff --git a/src/dvb/dvb_tables.c b/src/dvb/dvb_tables.c index 7a548eb92..7d3524484 100644 --- a/src/dvb/dvb_tables.c +++ b/src/dvb/dvb_tables.c @@ -863,7 +863,7 @@ dvb_table_sat_delivery(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len, #endif dvb_mux_create(tdmi->tdmi_adapter, &dmc, tsid, NULL, - "automatic mux discovery", 1, 1, NULL, NULL); + "automatic mux discovery", 1, 1, NULL, tdmi->tdmi_conf.dmc_satconf); return 0; }