Document b/290249855 in ODK
PiperOrigin-RevId: 546118816 Merged from https://widevine-internal-review.googlesource.com/177992 Change-Id: I6ab0b599a2d858f9451a5fbd3e3612275b729ee6
This commit is contained in:
committed by
Robert Shih
parent
414e928238
commit
d0752047fc
@@ -473,6 +473,9 @@ OEMCryptoResult ODK_ParseRenewal(const uint8_t* message, size_t message_length,
|
||||
* a new one. We use the timestamp to make sure we have the latest request.
|
||||
* We only do this if playback has already started. This allows us to reload
|
||||
* an offline license and also reload a renewal before starting playback.
|
||||
* TODO: b/290249855 - This is reversed. It should be "!=" instead of "<".
|
||||
* We will not fix this in the current release, because it is already in
|
||||
* production code. Instead, this will be fixed in v19.
|
||||
*/
|
||||
if (clock_values->timer_status != ODK_CLOCK_TIMER_STATUS_LICENSE_LOADED &&
|
||||
clock_values->time_of_renewal_request <
|
||||
|
||||
Reference in New Issue
Block a user