Merge "Fix compiler warnings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
10275f508a
@@ -1658,7 +1658,7 @@ bool CryptoSession::GetMaxNumberOfSessions(size_t* max) {
|
||||
return false;
|
||||
}
|
||||
|
||||
size_t max_sessions;
|
||||
size_t max_sessions = 0;
|
||||
OEMCryptoResult status = OEMCrypto_GetMaxNumberOfSessions(
|
||||
requested_security_level_, &max_sessions);
|
||||
if (OEMCrypto_SUCCESS != status) {
|
||||
|
||||
Reference in New Issue
Block a user