diff options
Diffstat (limited to 'tools/iphoneinfo.c')
| -rw-r--r-- | tools/iphoneinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iphoneinfo.c b/tools/iphoneinfo.c index e0d7693..423c57e 100644 --- a/tools/iphoneinfo.c +++ b/tools/iphoneinfo.c | |||
| @@ -136,7 +136,7 @@ int main(int argc, char *argv[]) | |||
| 136 | } | 136 | } |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { | 139 | if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client, "iphoneinfo")) { |
| 140 | iphone_device_free(phone); | 140 | iphone_device_free(phone); |
| 141 | return -1; | 141 | return -1; |
| 142 | } | 142 | } |
