diff options
author | Martin Szulecki | 2010-07-14 04:51:25 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-07-14 04:51:25 +0200 |
commit | 4aac570d9bb265a81de4b9c601d1fd9c38fcddc4 (patch) | |
tree | 864a36bf6de15d04a20f2db4d50c22acf84abcde /src | |
parent | 18e9411aac155ff4aa35ac1c50e752102b1ed531 (diff) | |
download | idevicerestore-4aac570d9bb265a81de4b9c601d1fd9c38fcddc4.tar.gz idevicerestore-4aac570d9bb265a81de4b9c601d1fd9c38fcddc4.tar.bz2 |
Do not reset the usb connection twice after uploading the ramdisk
Diffstat (limited to 'src')
-rw-r--r-- | src/recovery.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/recovery.c b/src/recovery.c index 28256b5..40b207e 100644 --- a/src/recovery.c +++ b/src/recovery.c @@ -185,9 +185,6 @@ int recovery_enter_restore(struct idevicerestore_client_t* client, plist_t build printf("Hit any key to continue..."); getchar(); - info("Resetting recovery mode connection...\n"); - irecv_reset(client->recovery->client); - if (recovery_send_kernelcache(client, build_identity) < 0) { error("ERROR: Unable to send KernelCache\n"); return -1; |