]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
cwc: it's bad idea to reset ecm state when unexpected reply is received
authorJaroslav Kysela <perex@perex.cz>
Tue, 26 Jan 2016 14:45:06 +0000 (15:45 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 26 Jan 2016 14:45:06 +0000 (15:45 +0100)
src/descrambler/cwc.c

index 24c0711487d7793def3c04145af9e1ed430fbff2..a467349ad0f59d596327378edaf709e791499fdf 100644 (file)
@@ -844,8 +844,6 @@ cwc_running_reply(cwc_t *cwc, uint8_t msgtype, uint8_t *msg, int len)
               }
             }
       tvhlog(LOG_WARNING, "cwc", "Got unexpected ECM reply (seqno: %d)", seq);
-      LIST_FOREACH(ct, &cwc->cwc_services, cs_link)
-        ct->ecm_state = ECM_RESET;
       break;
 
     case 0xD3: