mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Missing LL support is no longer an error
This commit is contained in:
parent
78d85cee06
commit
0f82d5c014
5
ci.c
5
ci.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: ci.c 1.10 2003/04/18 12:48:49 kls Exp $
|
* $Id: ci.c 1.11 2003/04/18 13:48:47 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* XXX TODO
|
/* XXX TODO
|
||||||
@ -1313,8 +1313,9 @@ cCiHandler *cCiHandler::CreateCiHandler(const char *FileName)
|
|||||||
if (Caps.slot_type == CA_CI_LINK)
|
if (Caps.slot_type == CA_CI_LINK)
|
||||||
return new cCiHandler(fd_ca, NumSlots);
|
return new cCiHandler(fd_ca, NumSlots);
|
||||||
else
|
else
|
||||||
esyslog("ERROR: CAM doesn't support link layer interface");
|
isyslog("CAM doesn't support link layer interface");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
esyslog("ERROR: no CAM slots found");
|
esyslog("ERROR: no CAM slots found");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user