From 7e64263106dc5333905864d586c13c6e79c2d649 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 27 May 2015 15:55:01 +0200 Subject: [PATCH] epggrab: otamux - quickfix for previous patch --- src/epggrab/otamux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/epggrab/otamux.c b/src/epggrab/otamux.c index 7623ea79e..2d41445b6 100644 --- a/src/epggrab/otamux.c +++ b/src/epggrab/otamux.c @@ -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); -- 2.47.3