always using restore identity for baseband, as it seems to be an issue otherwise and it doesn't really matter

This commit is contained in:
tihmstar 2017-01-01 18:48:54 +01:00
parent 1b15ea1beb
commit 41047b7b75

View file

@ -469,7 +469,7 @@ int futurerestore::doRestore(const char *ipsw, bool noerase){
}
client->basebandBuildIdentity = getBuildidentity(_basebandbuildmanifest, getDeviceModelNoCopy(), noerase);
client->basebandBuildIdentity = getBuildidentity(_basebandbuildmanifest, getDeviceModelNoCopy(), 0);
if (!_client->basebandBuildIdentity)
reterror(-55, "BasebandBuildIdentity not loaded, refusing to continue");