Merge "Fix Netflix Warnings"

This commit is contained in:
John Bruce
2019-03-06 18:13:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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;