epggrab: ota - fix the epggrab_ota_cron_multi init (not OTA EPG with defaults)

This commit is contained in:
Jaroslav Kysela 2014-09-12 09:44:53 +02:00
parent 02f98c3f8c
commit 6e42115ea6

View file

@ -728,8 +728,8 @@ epggrab_ota_init ( void )
epggrab_ota_initial = 1;
epggrab_ota_timeout = 600;
epggrab_ota_cron = strdup("# Default config (02:04 and 14:04 everyday)\n4 2 * * *\n4 14 * * *");;
epggrab_ota_cron_multi = NULL;
epggrab_ota_cron = strdup("# Default config (02:04 and 14:04 everyday)\n4 2 * * *\n4 14 * * *");
epggrab_ota_cron_multi = cron_multi_set(epggrab_ota_cron);
epggrab_ota_pending_flag = 0;
RB_INIT(&epggrab_ota_all);