From 758e314b6d22aacef315e94a802a41691fb4dda0 Mon Sep 17 00:00:00 2001 From: max_10 Date: Sat, 21 Nov 2015 18:39:31 +0100 Subject: [PATCH] test c** Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/92bd8b9ab9c4d54194f2a6e82d42d92aa6b61755 Author: max_10 Date: 2015-11-21 (Sat, 21 Nov 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- common/ca_ci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ca_ci.cpp b/common/ca_ci.cpp index e2f0484..6e2e51f 100644 --- a/common/ca_ci.cpp +++ b/common/ca_ci.cpp @@ -716,7 +716,7 @@ bool cCA::SendCAPMT(u64 tpid, u8 source_demux, u8 camask, const unsigned char * SlotIt It2 = GetSlot(!(*It)->slot); if ((*It2)) { - if ((*It)->source == (*It2)->source || source_demux == (*It2)->source) + if (source_demux == (*It2)->source) { if ((*It2)->inUse) (*It)->SidBlackListed = true;