From 0ac0908fd09627e789c7bb2255aed8109ca2e47f Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 8 Jan 2010 01:13:35 +0100 Subject: Allow set the label of a lockdown request, usually set to the program name --- tools/iphone_id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/iphone_id.c') 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) return -2; } - if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client)) { + if (LOCKDOWN_E_SUCCESS != lockdownd_client_new(phone, &client, "iphone_id")) { iphone_device_free(phone); fprintf(stderr, "ERROR: Connecting to device failed!\n"); return -2; -- cgit v1.1-32-gdbae