diff options
| -rw-r--r-- | src/ideviceinstaller.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index f691556..de1f93c 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c | |||
| @@ -777,7 +777,7 @@ run_again: | |||
| 777 | lockdownd_client_free(client); | 777 | lockdownd_client_free(client); |
| 778 | client = NULL; | 778 | client = NULL; |
| 779 | 779 | ||
| 780 | if (afc_client_new(phone, service, &afc) != INSTPROXY_E_SUCCESS) { | 780 | if (afc_client_new(phone, service, &afc) != AFC_E_SUCCESS) { |
| 781 | fprintf(stderr, "Could not connect to AFC!\n"); | 781 | fprintf(stderr, "Could not connect to AFC!\n"); |
| 782 | goto leave_cleanup; | 782 | goto leave_cleanup; |
| 783 | } | 783 | } |
| @@ -1243,7 +1243,7 @@ run_again: | |||
| 1243 | lockdownd_client_free(client); | 1243 | lockdownd_client_free(client); |
| 1244 | client = NULL; | 1244 | client = NULL; |
| 1245 | 1245 | ||
| 1246 | if (afc_client_new(phone, service, &afc) != INSTPROXY_E_SUCCESS) { | 1246 | if (afc_client_new(phone, service, &afc) != AFC_E_SUCCESS) { |
| 1247 | fprintf(stderr, "Could not connect to AFC!\n"); | 1247 | fprintf(stderr, "Could not connect to AFC!\n"); |
| 1248 | goto leave_cleanup; | 1248 | goto leave_cleanup; |
| 1249 | } | 1249 | } |
