Correct ota completion check.
This commit is contained in:
parent
903ef7d3a7
commit
07d9ee056e
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ void epggrab_ota_complete ( epggrab_ota_mux_t *ota )
|
|||
|
||||
/* Check others */
|
||||
TAILQ_FOREACH(ota, &tdmi->tdmi_epg_grab, tdmi_link) {
|
||||
if (ota->is_reg && ota->state != EPGGRAB_OTA_MUX_RUNNING) break;
|
||||
if (ota->is_reg && ota->state == EPGGRAB_OTA_MUX_RUNNING) break;
|
||||
}
|
||||
|
||||
/* All complete (bring timer forward) */
|
||||
|
|
Loading…
Add table
Reference in a new issue