From 78416a40c8d9b6e54c345959d0afdaa17e245472 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 2 Feb 2012 03:49:38 +0100 Subject: recovery: merge recovery_open_with_timeout into recovery_client_new --- src/normal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/normal.c') diff --git a/src/normal.c b/src/normal.c index 509ed93..97cb0c1 100644 --- a/src/normal.c +++ b/src/normal.c @@ -260,7 +260,7 @@ int normal_enter_recovery(struct idevicerestore_client_t* client) { lockdown = NULL; device = NULL; - if (recovery_open_with_timeout(client) < 0) { + if (recovery_client_new(client) < 0) { error("ERROR: Unable to enter recovery mode\n"); return -1; } -- cgit v1.1-32-gdbae