descrambler: allow single key updates again
This commit is contained in:
parent
0ef22eb78b
commit
65360e3cb6
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ descrambler_keys ( th_descrambler_t *td,
|
|||
break;
|
||||
}
|
||||
|
||||
if (j == 2) {
|
||||
if (j) {
|
||||
if (td->td_keystate != DS_RESOLVED)
|
||||
tvhlog(LOG_DEBUG, "descrambler",
|
||||
"Obtained keys from %s for service \"%s\"",
|
||||
|
|
Loading…
Add table
Reference in a new issue