diff options
Diffstat (limited to 'dev/iphoneenterrecovery.c')
| -rw-r--r-- | dev/iphoneenterrecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/iphoneenterrecovery.c b/dev/iphoneenterrecovery.c index 2f7891c..1d4d332 100644 --- a/dev/iphoneenterrecovery.c +++ b/dev/iphoneenterrecovery.c | |||
| @@ -68,7 +68,7 @@ int main(int argc, char *argv[]) | |||
| 68 | } | 68 | } |
| 69 | strcpy(uuid, argv[i]); | 69 | strcpy(uuid, argv[i]); |
| 70 | 70 | ||
| 71 | ret = iphone_get_device_by_uuid(&phone, uuid); | 71 | ret = iphone_device_new(&phone, uuid); |
| 72 | if (ret != IPHONE_E_SUCCESS) { | 72 | if (ret != IPHONE_E_SUCCESS) { |
| 73 | printf("No device found with uuid %s, is it plugged in?\n", uuid); | 73 | printf("No device found with uuid %s, is it plugged in?\n", uuid); |
| 74 | return -1; | 74 | return -1; |
