diff options
| author | 2010-11-20 15:40:59 +0100 | |
|---|---|---|
| committer | 2010-11-20 15:40:59 +0100 | |
| commit | ebe8451a03f82772304657d3881a71530bafa1e4 (patch) | |
| tree | fd6eefee422c7625440f03295ffddbdd31bb7576 | |
| parent | 9a3427719beb850a8792c4dc91cadd54cd7321d7 (diff) | |
| download | ifuse-ebe8451a03f82772304657d3881a71530bafa1e4.tar.gz ifuse-ebe8451a03f82772304657d3881a71530bafa1e4.tar.bz2 | |
Use VendContainer command for house_arrest feature as it appears to work on iOS 3.x aswell
| -rw-r--r-- | src/ifuse.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ifuse.c b/src/ifuse.c index 12498ed..54f0799 100644 --- a/src/ifuse.c +++ b/src/ifuse.c @@ -748,8 +748,8 @@ int main(int argc, char *argv[])  			fprintf(stderr, "Could not start house_arrest service!\n");  			return EXIT_FAILURE;  		} -		if (house_arrest_send_command(house_arrest, "VendDocuments", opts.appid) != HOUSE_ARREST_E_SUCCESS) { -			fprintf(stderr, "Could not send VendDocuments command!\n"); +		if (house_arrest_send_command(house_arrest, "VendContainer", opts.appid) != HOUSE_ARREST_E_SUCCESS) { +			fprintf(stderr, "Could not send VendContainer command!\n");  			goto leave_err;  		} | 
