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