diff options
| author | 2009-04-23 19:06:41 -0700 | |
|---|---|---|
| committer | 2009-04-23 19:06:41 -0700 | |
| commit | 9e0a9765d586ec5207111e35cceb3a705309aece (patch) | |
| tree | e6b30e1f7b434ed88f4f92b70d59e03ec147e803 | |
| parent | fa8424a5da3d9e745541834048a5bbbfd5427a5c (diff) | |
| download | libimobiledevice-9e0a9765d586ec5207111e35cceb3a705309aece.tar.gz libimobiledevice-9e0a9765d586ec5207111e35cceb3a705309aece.tar.bz2 | |
Remove libiphone-initconf reference in the README.
[#38 state:resolved]
| -rw-r--r-- | README | 3 | ||||
| -rw-r--r-- | src/lockdown.c | 2 |
2 files changed, 2 insertions, 3 deletions
| @@ -24,7 +24,6 @@ To compile run: | |||
| 24 | ./configure | 24 | ./configure |
| 25 | make | 25 | make |
| 26 | sudo make install # (if you want to install it into your system directories) | 26 | sudo make install # (if you want to install it into your system directories) |
| 27 | libiphone-initconf # (as the user you intend to use the library) | ||
| 28 | 27 | ||
| 29 | On Ubuntu/Debian, you can do: | 28 | On Ubuntu/Debian, you can do: |
| 30 | sudo apt-get install build-essential automake autoconf libtool\ | 29 | sudo apt-get install build-essential automake autoconf libtool\ |
| @@ -46,4 +45,4 @@ mailing list: | |||
| 46 | http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com | 45 | http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com |
| 47 | 46 | ||
| 48 | updated: | 47 | updated: |
| 49 | 2009-03-25 | 48 | 2009-04-23 |
diff --git a/src/lockdown.c b/src/lockdown.c index 64c325e..3b99edb 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -506,7 +506,7 @@ iphone_error_t iphone_lckd_new_client(iphone_device_t device, iphone_lckd_client | |||
| 506 | 506 | ||
| 507 | host_id = get_host_id(); | 507 | host_id = get_host_id(); |
| 508 | if (IPHONE_E_SUCCESS == ret && !host_id) { | 508 | if (IPHONE_E_SUCCESS == ret && !host_id) { |
| 509 | log_debug_msg("No HostID found, run libiphone-initconf.\n"); | 509 | log_debug_msg("No HostID found, generation of HostID required.\n"); |
| 510 | ret = IPHONE_E_INVALID_CONF; | 510 | ret = IPHONE_E_INVALID_CONF; |
| 511 | } | 511 | } |
| 512 | 512 | ||
