diff --git a/futurerestore/futurerestore.cpp b/futurerestore/futurerestore.cpp index 9e1278d5..3e85d29d 100644 --- a/futurerestore/futurerestore.cpp +++ b/futurerestore/futurerestore.cpp @@ -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");