removed unused ploc commands, fix in logging report reply
This commit is contained in:
@ -161,6 +161,7 @@ ReturnValue_t PlocSupvHelper::performUpdate() {
|
||||
supv::SequenceFlags seqFlags = supv::SequenceFlags::FIRST_PKT;
|
||||
while (remainingSize > 0) {
|
||||
if (terminate) {
|
||||
terminate = false;
|
||||
return PROCESS_TERMINATED;
|
||||
}
|
||||
if (remainingSize > supv::WriteMemory::CHUNK_MAX) {
|
||||
|
Reference in New Issue
Block a user