Skip to content

Commit

Permalink
Update futurerestore.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
iarchiveml committed Jun 30, 2024
1 parent eaa28c5 commit f918130
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/futurerestore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,6 @@ void futurerestore::enterPwnRecovery(plist_t build_identity, std::string bootarg
reterror("Failed to get apnonce from device!");
}
assure(!irecv_send_command(_client->recovery->client, "bgcolor 255 255 0"));
retassure(_setNonce || memcmp(_client->nonce, nonceelem.payload(), _client->nonce_size) == 0,
"ApNonce from device doesn't match IM4M nonce after applying ApNonce hax. Aborting!");
} else {
getDeviceMode(true);
retassure(((dfu_client_new(_client) == IRECV_E_SUCCESS) || (mutex_unlock(&_client->device_event_mutex), 0)),
Expand Down

0 comments on commit f918130

Please sign in to comment.