Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: otamux - quickfix for previous patch
  • Loading branch information
perexg committed May 27, 2015
1 parent 88a4474 commit 7e64263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/otamux.c
Expand Up @@ -690,7 +690,7 @@ void
epggrab_ota_service_del ( epggrab_ota_map_t *map, epggrab_ota_mux_t *ota,
epggrab_ota_svc_link_t *svcl, int save )
{
if (svcl == NULL || !epggrab_ota_running)
if (svcl == NULL || (!epggrab_ota_running && !save))
return;
epggrab_ota_service_trace(ota, svcl, "delete");
RB_REMOVE(&map->om_svcs, svcl, link);
Expand Down

0 comments on commit 7e64263

Please sign in to comment.