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 --- swig/iphone.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swig') diff --git a/swig/iphone.i b/swig/iphone.i index a0ee509..6e1849e 100644 --- a/swig/iphone.i +++ b/swig/iphone.i @@ -71,7 +71,7 @@ Lockdownd* my_new_Lockdownd(iPhone* phone) { Lockdownd* client = (Lockdownd*) malloc(sizeof(Lockdownd)); client->dev = phone; client->client = NULL; - if (LOCKDOWN_E_SUCCESS == lockdownd_client_new(phone->dev , &(client->client))) { + if (LOCKDOWN_E_SUCCESS == lockdownd_client_new(phone->dev , &(client->client), NULL)) { return client; } else { -- cgit v1.1-32-gdbae