Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: ota - fix grabbing, fixes #2900
  • Loading branch information
perexg committed May 28, 2015
1 parent 72a0ebe commit 84c9f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/epggrab/otamux.c
Expand Up @@ -813,6 +813,8 @@ epggrab_ota_init ( void )
if (!lstat(path, &st))
if (!S_ISDIR(st.st_mode))
hts_settings_remove("epggrab/otamux");

epggrab_ota_running = 1;

/* Load config */
if ((c = hts_settings_load_r(1, "epggrab/otamux"))) {
Expand All @@ -822,8 +824,6 @@ epggrab_ota_init ( void )
}
htsmsg_destroy(c);
}

epggrab_ota_running = 1;
}

void
Expand Down

0 comments on commit 84c9f65

Please sign in to comment.