summaryrefslogtreecommitdiffstats
path: root/tools/idevicebackup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicebackup2.c')
-rw-r--r--tools/idevicebackup2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c
index b0a4f2c..f76296d 100644
--- a/tools/idevicebackup2.c
+++ b/tools/idevicebackup2.c
@@ -1526,7 +1526,7 @@ int main(int argc, char *argv[])
1526 /* start AFC, we need this for the lock file */ 1526 /* start AFC, we need this for the lock file */
1527 service->port = 0; 1527 service->port = 0;
1528 service->ssl_enabled = 0; 1528 service->ssl_enabled = 0;
1529 ret = lockdownd_start_service(lockdown, "com.apple.afc", &service); 1529 ret = lockdownd_start_service(lockdown, AFC_SERVICE_NAME, &service);
1530 if ((ret == LOCKDOWN_E_SUCCESS) && service->port) { 1530 if ((ret == LOCKDOWN_E_SUCCESS) && service->port) {
1531 afc_client_new(device, service, &afc); 1531 afc_client_new(device, service, &afc);
1532 } 1532 }