Failed to properly setup the module provider config.

This commit is contained in:
Adam Sutton 2012-06-18 16:26:07 +01:00
parent d6ecc7c1cf
commit 973ed3d88a

View file

@ -559,6 +559,7 @@ void opentv_init ( epggrab_module_list_t *list )
mod->_.enable = _opentv_enable;
mod->_.tune = _opentv_tune;
mod->_.channels = &_opentv_channels;
mod->prov = p;
*((uint8_t*)&mod->_.flags) = EPGGRAB_MODULE_OTA;
LIST_INSERT_HEAD(list, &mod->_, link);
}