From 98ffc8a3aa1c16726bb278238dc284e79e63b68e Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 28 May 2010 12:18:58 +0200 Subject: Entering recovery mode does not require pairing --- dev/ideviceenterrecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/ideviceenterrecovery.c b/dev/ideviceenterrecovery.c index 82ea786..a5cc48a 100644 --- a/dev/ideviceenterrecovery.c +++ b/dev/ideviceenterrecovery.c @@ -73,7 +73,7 @@ int main(int argc, char *argv[]) return -1; } - if (LOCKDOWN_E_SUCCESS != lockdownd_client_new_with_handshake(phone, &client, "ideviceenterrecovery")) { + if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client, "ideviceenterrecovery")) { idevice_free(phone); return -1; } -- cgit v1.1-32-gdbae