diff options
| -rw-r--r-- | tools/idevicebackup2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index f76296d..229fa93 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c | |||
| @@ -1539,7 +1539,7 @@ int main(int argc, char *argv[]) | |||
| 1539 | 1539 | ||
| 1540 | /* start mobilebackup service and retrieve port */ | 1540 | /* start mobilebackup service and retrieve port */ |
| 1541 | mobilebackup2_client_t mobilebackup2 = NULL; | 1541 | mobilebackup2_client_t mobilebackup2 = NULL; |
| 1542 | ret = lockdownd_start_service(lockdown, MOBILEBACKUP2_SERVICE_NAME, &service); | 1542 | ret = lockdownd_start_service_with_escrow_bag(lockdown, MOBILEBACKUP2_SERVICE_NAME, &service); |
| 1543 | if ((ret == LOCKDOWN_E_SUCCESS) && service && service->port) { | 1543 | if ((ret == LOCKDOWN_E_SUCCESS) && service && service->port) { |
| 1544 | PRINT_VERBOSE(1, "Started \"%s\" service on port %d.\n", MOBILEBACKUP2_SERVICE_NAME, service->port); | 1544 | PRINT_VERBOSE(1, "Started \"%s\" service on port %d.\n", MOBILEBACKUP2_SERVICE_NAME, service->port); |
| 1545 | mobilebackup2_client_new(device, service, &mobilebackup2); | 1545 | mobilebackup2_client_new(device, service, &mobilebackup2); |
