Update Simulcrypt ECMg
This commit is contained in:
@@ -30,7 +30,7 @@ bool VerifyMakeModel(const ProvisionedDeviceInfo& device_info,
|
||||
make_from_client, model_from_client)) {
|
||||
return true;
|
||||
}
|
||||
for (DeviceModel product_info : device_info.model_info()) {
|
||||
for (const DeviceModel& product_info : device_info.model_info()) {
|
||||
if (IsMatchedMakeModel(product_info.manufacturer(),
|
||||
product_info.model_name(), make_from_client,
|
||||
model_from_client)) {
|
||||
|
||||
Reference in New Issue
Block a user