Fix baseband

This commit is contained in:
Cryptiiiic 2022-03-14 14:10:56 -07:00
parent 9fb4d2ca90
commit 2ca5c6c738
No known key found for this signature in database
GPG key ID: 6027B509EFE3A76B

View file

@ -1039,7 +1039,7 @@ void futurerestore::doRestore(const char *ipsw) {
(_isUpdateInstall) ? "Update" : "Erase", (!_isUpdateInstall) ? "Update" : "Erase");
}
client->bbfwtmp = (char *)basebandTempPath.c_str();
client->bbfwtmp = (char *)this->_basebandPath.c_str();
plist_t bb_manifest = plist_dict_get_item(client->basebandBuildIdentity, "Manifest");
plist_t bb_baseband = plist_copy(plist_dict_get_item(bb_manifest, "BasebandFirmware"));