Ensure satconf is copied when auto adding muxes. Fixes #1215.
This commit is contained in:
parent
5735cfd577
commit
b9e8945ddb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue