cwc: fix stupid mistake in key updating (only setting using one set)
This commit is contained in:
parent
4db9fa050f
commit
5f8510d7a3
1 changed files with 1 additions and 1 deletions
|
@ -1901,7 +1901,7 @@ update_keys(cwc_service_t *ct)
|
|||
|
||||
for(i = 0; i < 8; i++)
|
||||
if(ct->cs_cw[8 + i]) {
|
||||
tvhcsa_set_key_odd(&ct->cs_csa, ct->cs_cw);
|
||||
tvhcsa_set_key_odd(&ct->cs_csa, ct->cs_cw+8);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue