mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
test c**
This commit is contained in:
@@ -576,6 +576,7 @@ void cCA::ModuleReset(enum CA_SLOT_TYPE, uint32_t slot)
|
||||
(*it)->DataLast = false;
|
||||
(*it)->DataRCV = false;
|
||||
(*it)->SidBlackListed = false;
|
||||
(*it)->bsids.clear();
|
||||
|
||||
(*it)->counter = 0;
|
||||
(*it)->init = false;
|
||||
@@ -1108,6 +1109,7 @@ void cCA::slot_pollthread(void *c)
|
||||
slot->DataLast = false;
|
||||
slot->DataRCV = false;
|
||||
slot->SidBlackListed = false;
|
||||
slot->bsids.clear();
|
||||
|
||||
slot->counter = 0;
|
||||
slot->pollConnection = false;
|
||||
|
Reference in New Issue
Block a user