Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cwc: do not request keys for all tiers, fixes #3458
  • Loading branch information
perexg committed Mar 16, 2016
1 parent 42c9423 commit c48c9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/descrambler/cwc.c
Expand Up @@ -731,6 +731,7 @@ handle_ecm_reply(cwc_service_t *ct, ecm_section_t *es, uint8_t *msg,
tvhlog(LOG_DEBUG, "cwc",
"Too many NOKs[%i] for service \"%s\"%s from %s",
es->es_section, t->s_dvb_svcname, chaninfo, ct->td_nicename);
es->es_keystate = ES_FORBIDDEN;
goto forbid;
}

Expand Down

0 comments on commit c48c9c1

Please sign in to comment.