Fix Build
A nonexistant member field was being initialized. Change-Id: I12b0917e70e163e71f09d5d4c03fd0bd59ad6002
This commit is contained in:
@@ -58,8 +58,7 @@ CdmEngine::CdmEngine()
|
|||||||
: cert_provisioning_(NULL),
|
: cert_provisioning_(NULL),
|
||||||
cert_provisioning_requested_security_level_(kLevelDefault),
|
cert_provisioning_requested_security_level_(kLevelDefault),
|
||||||
usage_session_(NULL),
|
usage_session_(NULL),
|
||||||
last_usage_information_update_time_(0),
|
last_usage_information_update_time_(0) {
|
||||||
timer_event_active_(false) {
|
|
||||||
Properties::Init();
|
Properties::Init();
|
||||||
if (!seeded_) {
|
if (!seeded_) {
|
||||||
Clock clock;
|
Clock clock;
|
||||||
|
|||||||
Reference in New Issue
Block a user