From 5a8449a391d2cc848f55cfb4406bad4ded0bd138 Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Tue, 12 Jul 2016 23:01:47 +0200 Subject: Propagate lower level errors to callers instead of returning unknown error for most failures --- include/libimobiledevice/lockdown.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index 0e48eef..b5c126c 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h @@ -43,7 +43,7 @@ typedef enum { LOCKDOWN_E_PAIRING_FAILED = -4, LOCKDOWN_E_SSL_ERROR = -5, LOCKDOWN_E_DICT_ERROR = -6, - LOCKDOWN_E_NOT_ENOUGH_DATA = -7, + LOCKDOWN_E_RECEIVE_TIMEOUT = -7, LOCKDOWN_E_MUX_ERROR = -8, LOCKDOWN_E_NO_RUNNING_SESSION = -9, /* native */ -- cgit v1.1-32-gdbae