diff options
Diffstat (limited to 'tools/iphone_id.c')
| -rw-r--r-- | tools/iphone_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iphone_id.c b/tools/iphone_id.c index 80f22e1..a293469 100644 --- a/tools/iphone_id.c +++ b/tools/iphone_id.c | |||
| @@ -70,7 +70,7 @@ int main(int argc, char **argv) | |||
| 70 | return -2; | 70 | return -2; |
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { | 73 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client, "iphone_id")) { |
| 74 | iphone_device_free(phone); | 74 | iphone_device_free(phone); |
| 75 | fprintf(stderr, "ERROR: Connecting to device failed!\n"); | 75 | fprintf(stderr, "ERROR: Connecting to device failed!\n"); |
| 76 | return -2; | 76 | return -2; |
