summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-07 14:10:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-07 14:10:17 +0100
commite0d5ebf8fd1d508776d63026a9dd336fbb0d648d (patch)
treecf80c8bbd3d669cfe941164955ce04b8a7957637 /device.c
parent2e0a3f273a18fd6bcf2bc347a6ca449ac7304016 (diff)
downloadvdr-e0d5ebf8fd1d508776d63026a9dd336fbb0d648d.tar.gz
vdr-e0d5ebf8fd1d508776d63026a9dd336fbb0d648d.tar.bz2
The file 'ca.conf' is obsolete and has been removed; revised all descriptions regarding CICAM
Diffstat (limited to 'device.c')
-rw-r--r--device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.c b/device.c
index 53320335..829cd5b1 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c 1.117 2006/01/06 13:50:00 kls Exp $
+ * $Id: device.c 1.118 2006/01/07 14:09:17 kls Exp $
*/
#include "device.h"
@@ -647,7 +647,7 @@ eSetChannelResult cDevice::SetChannel(const cChannel *Channel, bool LiveView)
ciHandler->SetSource(Channel->Source(), Channel->Transponder());
// Men at work - please stand clear! ;-)
#ifdef XXX_DO_MULTIPLE_CA_CHANNELS
- if (Channel->Ca() > CACONFBASE) {
+ if (Channel->Ca() >= CA_ENCRYPTED_MIN) {
#endif
ciHandler->AddPid(Channel->Sid(), Channel->Vpid(), 2);
for (const int *Apid = Channel->Apids(); *Apid; Apid++)