Avoid re-initializing CDM properties am: c103250eb6
am: 3cff49b968
Change-Id: I851e264525a281bb6332f040cc9ad1a510e45913
This commit is contained in:
@@ -69,8 +69,8 @@ CdmEngine::CdmEngine(FileSystem* file_system, const std::string& spoid)
|
||||
usage_session_(NULL),
|
||||
last_usage_information_update_time_(0) {
|
||||
assert(file_system);
|
||||
Properties::Init();
|
||||
if (!seeded_) {
|
||||
Properties::Init();
|
||||
srand(clock_.GetCurrentTime());
|
||||
seeded_ = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user