Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: ota - fix the epggrab_ota_cron_multi init (not OTA EPG with …
…defaults)
  • Loading branch information
perexg committed Sep 12, 2014
1 parent 02f98c3 commit 6e42115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/epggrab/otamux.c
Expand Up @@ -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);
Expand Down

0 comments on commit 6e42115

Please sign in to comment.