summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lockdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lockdown.c b/src/lockdown.c
index 9f4864e..71bb198 100644
--- a/src/lockdown.c
+++ b/src/lockdown.c
@@ -713,7 +713,7 @@ static lockdownd_error_t lockdownd_client_reconnect(idevice_t device, lockdownd_
713 713
714 /* try to reconnect */ 714 /* try to reconnect */
715 do { 715 do {
716 debug_info("reconnecting to udid %s, %d remaining attempts", udid, attempts); 716 debug_info("reconnecting to udid %s, %d remaining attempts", device->udid, attempts);
717 ret = lockdownd_client_new(device, client, label); 717 ret = lockdownd_client_new(device, client, label);
718 if (ret == LOCKDOWN_E_SUCCESS) { 718 if (ret == LOCKDOWN_E_SUCCESS) {
719 debug_info("reconnected to lockdownd with err %d", ret); 719 debug_info("reconnected to lockdownd with err %d", ret);