From 89ed91e799fbb6b805122ca2ae381e25a7024d81 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 25 Dec 2014 15:51:23 +0100 Subject: idevicepair: Fix compilation due to renamed pairing dialog error --- tools/idevicepair.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/idevicepair.c') diff --git a/tools/idevicepair.c b/tools/idevicepair.c index d02a258..9edfbbe 100644 --- a/tools/idevicepair.c +++ b/tools/idevicepair.c @@ -40,7 +40,7 @@ static void print_error_message(lockdownd_error_t err) case LOCKDOWN_E_INVALID_HOST_ID: printf("ERROR: Device %s is not paired with this host\n", udid); break; - case LOCKDOWN_E_PAIRING_DIALOG_PENDING: + case LOCKDOWN_E_PAIRING_DIALOG_RESPONSE_PENDING: printf("ERROR: Please accept the trust dialog on the screen of device %s, then attempt to pair again.\n", udid); break; case LOCKDOWN_E_USER_DENIED_PAIRING: -- cgit v1.1-32-gdbae