add two-same-cip (thx DboxOldie)

Origin commit data
------------------
Branch: master
Commit: bef98c2e91
Author: max_10 <max_10@gmx.de>
Date: 2016-07-08 (Fri, 08 Jul 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2016-07-08 12:13:23 +02:00
parent 76ade66385
commit db330eb4ee
4 changed files with 116 additions and 59 deletions

View File

@@ -1337,7 +1337,7 @@ int eDVBCIContentControlManagerSession::doAction()
void eDVBCIContentControlManagerSession::resendKey(tSlot *tslot)
{
if (!tslot->SidBlackListed && (tslot->inUse || tslot->slot == cCA::GetInstance()->GetLiveSlot()))
if (!tslot->SidBlackListed && (tslot->recordUse || tslot->liveUse))
descrambler_set_key((int)tslot->source, tslot->lastParity, tslot->lastKey);
}