summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-05-28 12:18:58 +0200
committerGravatar Martin Szulecki2010-06-06 16:20:01 +0200
commitece6915773837b578d42ff663b169b14abca7f18 (patch)
tree15df4044bb7c5c3068e3855c01c15d4c8abc5c79
parentf43ca2d9554ab5bd0f06069f126f2bfca4941c0c (diff)
downloadlibimobiledevice-ece6915773837b578d42ff663b169b14abca7f18.tar.gz
libimobiledevice-ece6915773837b578d42ff663b169b14abca7f18.tar.bz2
Entering recovery mode does not require pairing
-rw-r--r--dev/ideviceenterrecovery.c2
1 files changed, 1 insertions, 1 deletions
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;
}