Skip to content

Commit 37c062f

Browse files
author
vkadun208_comcast
committed
build issue(2) resolved
1 parent 8f010fe commit 37c062f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

middleware/drm/DrmSessionManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void DrmSessionManager::clearAccessToken()
172172
*/
173173
bool DrmSessionManager::getFailedKeyIdStatus(int sessionIndex)
174174
{
175-
if (sessionIndex >= 0 && sessionIndex < mMaxDrmSessions && cachedKeyIDs)
175+
if (sessionIndex >= 0 && sessionIndex < mMaxDRMSessions && cachedKeyIDs)
176176
{
177177
return cachedKeyIDs[sessionIndex].isFailedKeyId;
178178
}

0 commit comments

Comments
 (0)