Fix oemcrypto-v19 issues identified by Coverity

Change-Id: Idd79f02337640047979f5a41dd922d14c78c3b2e
This commit is contained in:
Ian Benz
2024-02-08 20:12:20 +00:00
committed by Robert Shih
parent 4638259a0c
commit 6d56eed754
3 changed files with 4 additions and 4 deletions

View File

@@ -489,7 +489,7 @@ CdmResponseType CertificateProvisioning::GetProvisioning40RequestInternal(
} else {
*request = std::move(serialized_request);
}
request_ = serialized_message;
request_ = std::move(serialized_message);
return CdmResponseType(NO_ERROR);
}