cwc: don't give up on decode attempts (fixes #1844)
This commit is contained in:
parent
3c493bd82e
commit
dd8d66370f
1 changed files with 0 additions and 3 deletions
|
@ -1704,9 +1704,6 @@ cwc_table_input(struct th_descrambler *td, service_t *s,
|
|||
|
||||
es = ep->ep_sections[section];
|
||||
|
||||
if (es->es_nok > 2)
|
||||
break; /* too many NOK responses in a row */
|
||||
|
||||
if(es->es_ecmsize == len && !memcmp(es->es_ecm, data, len))
|
||||
break; /* key already sent */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue