summaryrefslogtreecommitdiff
path: root/ci.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-04-19 10:59:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-04-19 10:59:53 +0200
commit2c4da57287a1cefeb4596af44379ee24168406cb (patch)
tree3a1c3bc527d39657282d1ad0ed846265200fec17 /ci.c
parentd7c5e26d31fea089646b0b12e5c58ea92aec5b26 (diff)
downloadvdr-2c4da57287a1cefeb4596af44379ee24168406cb.tar.gz
vdr-2c4da57287a1cefeb4596af44379ee24168406cb.tar.bz2
Re-enabled CAM communication during replay and on non-Ca channels
Diffstat (limited to 'ci.c')
-rw-r--r--ci.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ci.c b/ci.c
index 6cbb0756..31461ea2 100644
--- a/ci.c
+++ b/ci.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.c 1.12 2003/04/18 14:16:32 kls Exp $
+ * $Id: ci.c 1.13 2003/04/19 10:59:53 kls Exp $
*/
/* XXX TODO
@@ -1286,7 +1286,6 @@ void cCiCaPmt::AddCaDescriptor(int Length, uint8_t *Data)
cCiHandler::cCiHandler(int Fd, int NumSlots)
{
numSlots = NumSlots;
- enabled = true;
newCaSupport = false;
for (int i = 0; i < MAX_CI_SESSION; i++)
sessions[i] = NULL;
@@ -1443,8 +1442,6 @@ int cCiHandler::CloseAllSessions(int Slot)
bool cCiHandler::Process(void)
{
- if (!enabled)
- return false;
bool result = true;
cMutexLock MutexLock(&mutex);
for (int Slot = 0; Slot < numSlots; Slot++) {