Origin commit data
------------------
Branch: master
Commit: 741a34541f
Author: max_10 <max_10@gmx.de>
Date: 2015-12-05 (Sat, 05 Dec 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2015-12-05 17:55:22 +01:00
parent b847115711
commit 61184fe96d

View File

@@ -576,6 +576,7 @@ void cCA::ModuleReset(enum CA_SLOT_TYPE, uint32_t slot)
(*it)->DataLast = false; (*it)->DataLast = false;
(*it)->DataRCV = false; (*it)->DataRCV = false;
(*it)->SidBlackListed = false; (*it)->SidBlackListed = false;
(*it)->bsids.clear();
(*it)->counter = 0; (*it)->counter = 0;
(*it)->init = false; (*it)->init = false;
@@ -1108,6 +1109,7 @@ void cCA::slot_pollthread(void *c)
slot->DataLast = false; slot->DataLast = false;
slot->DataRCV = false; slot->DataRCV = false;
slot->SidBlackListed = false; slot->SidBlackListed = false;
slot->bsids.clear();
slot->counter = 0; slot->counter = 0;
slot->pollConnection = false; slot->pollConnection = false;