From 973ed3d88aba678fef94bdf938e62b8b1a8e5418 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Mon, 18 Jun 2012 16:26:07 +0100 Subject: [PATCH] Failed to properly setup the module provider config. --- src/epggrab/opentv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/epggrab/opentv.c b/src/epggrab/opentv.c index bdf8fd14..bb7212f9 100644 --- a/src/epggrab/opentv.c +++ b/src/epggrab/opentv.c @@ -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); }