diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index b4d39339..763280d5 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -1270,6 +1270,8 @@ fast_exit: continue; break; } + if(ev[0].events & (TVHPOLL_ERR | TVHPOLL_HUP)) + break; } } /* for sure - the second sequence */ @@ -1289,6 +1291,8 @@ fast_exit: continue; break; } + if(ev[0].events & (TVHPOLL_ERR | TVHPOLL_HUP)) + break; } } }