mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
try to make CA-Init more reliable
This commit is contained in:
@@ -292,7 +292,7 @@ void eDVBCISession::receiveData(eDVBCISlot *slot, const unsigned char *ptr, size
|
||||
unsigned char tag = *pkt++;
|
||||
int llen, hlen;
|
||||
|
||||
printf("[CI SESS] receiveData slot: %p > ", slot);
|
||||
printf("[CI SESS] receiveData slot: %p <- ", slot);
|
||||
|
||||
#if 0
|
||||
for (unsigned int i = 0; i < len; i++)
|
||||
|
Reference in New Issue
Block a user