Merge "Fix Netflix Warnings"
This commit is contained in:
@@ -612,7 +612,7 @@ CdmResponseType CdmLicense::HandleKeyResponse(
|
||||
provider_client_token_ = license.provider_client_token();
|
||||
|
||||
if (license.has_srm_update()) {
|
||||
CdmResponseType status = crypto_session_->LoadSrm(license.srm_update());
|
||||
status = crypto_session_->LoadSrm(license.srm_update());
|
||||
switch (status) {
|
||||
case NO_ERROR:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user