diff options
| -rw-r--r-- | dev/ideviceenterrecovery.c | 2 | 
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;  	}  | 
