Skip to content

Commit

Permalink
fucking shit
Browse files Browse the repository at this point in the history
  • Loading branch information
iarchiveml committed Jun 30, 2024
1 parent f918130 commit 8bc3281
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/futurerestore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -921,11 +921,6 @@ void futurerestore::enterPwnRecovery(plist_t build_identity, std::string bootarg
reterror("Failed to set nonce generator: %s! Unknown nonce size: %d\n", generator.c_str(),
_client->nonce_size);
}
for (int i = 0; i < _client->nonce_size; i++) {
if (*(uint8_t *) (nonce + i) != *(uint8_t *) (_client->nonce + i)) {
reterror("Failed to set nonce generator: %s!\n", generator.c_str());
}
}
info("Successfully set nonce generator: %s\n", generator.c_str());

if (_setNonce) {
Expand Down

0 comments on commit 8bc3281

Please sign in to comment.