make members atomic
This commit is contained in:
+1
-1
@@ -205,6 +205,6 @@ void Drive::checkFrozenDrive(void)
|
||||
Logger::logThis()->warning("Drive Frozen: " + this->getModelName() + " " + this->getSerial());
|
||||
this->bWasDeleted = false;
|
||||
this->bWasShredded = false;
|
||||
this->state = Drive::FROZEN;
|
||||
this->state = Drive::TaskState::FROZEN;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user