summaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-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[])
73 return -1; 73 return -1;
74 } 74 }
75 75
76 if (LOCKDOWN_E_SUCCESS != lockdownd_client_new_with_handshake(phone, &client, "ideviceenterrecovery")) { 76 if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client, "ideviceenterrecovery")) {
77 idevice_free(phone); 77 idevice_free(phone);
78 return -1; 78 return -1;
79 } 79 }