diff options
| -rw-r--r-- | tools/idevicebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c index 1eb12b0..d6380d0 100644 --- a/tools/idevicebackup.c +++ b/tools/idevicebackup.c | |||
| @@ -544,7 +544,7 @@ int main(int argc, char *argv[]) | |||
| 544 | afc_client_new(phone, port, &afc); | 544 | afc_client_new(phone, port, &afc); |
| 545 | } | 545 | } |
| 546 | 546 | ||
| 547 | /* start syslog_relay service and retrieve port */ | 547 | /* start mobilebackup service and retrieve port */ |
| 548 | port = 0; | 548 | port = 0; |
| 549 | ret = lockdownd_start_service(client, MOBILEBACKUP_SERVICE_NAME, &port); | 549 | ret = lockdownd_start_service(client, MOBILEBACKUP_SERVICE_NAME, &port); |
| 550 | if ((ret == LOCKDOWN_E_SUCCESS) && port) { | 550 | if ((ret == LOCKDOWN_E_SUCCESS) && port) { |
