From 677a85269605bcf0613d9011b72bb7d4150ce327 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 18 Nov 2013 18:18:51 +0100 Subject: idevicerestore: Remove obsolete arguments from get_shsh_blobs() --- src/dfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dfu.c') diff --git a/src/dfu.c b/src/dfu.c index e38ddb0..9393fe8 100644 --- a/src/dfu.c +++ b/src/dfu.c @@ -326,7 +326,7 @@ int dfu_enter_recovery(struct idevicerestore_client_t* client, plist_t build_ide if (nonce_changed && !(client->flags & FLAG_CUSTOM)) { // Welcome iOS5. We have to re-request the TSS with our nonce. plist_free(client->tss); - if (get_shsh_blobs(client, client->ecid, client->nonce, client->nonce_size, build_identity, &client->tss) < 0) { + if (get_shsh_blobs(client, build_identity, &client->tss) < 0) { error("ERROR: Unable to get SHSH blobs for this device\n"); return -1; } -- cgit v1.1-32-gdbae