cwc: fix stupid mistake in key updating (only setting using one set)

This commit is contained in:
Adam Sutton 2013-07-23 22:12:25 +01:00
parent 4db9fa050f
commit 5f8510d7a3

View file

@ -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;
}
}