diff options
author | BALATON Zoltan | 2016-07-12 23:01:47 +0200 |
---|---|---|
committer | BALATON Zoltan | 2017-04-08 15:48:07 +0200 |
commit | 5a8449a391d2cc848f55cfb4406bad4ded0bd138 (patch) | |
tree | 8597f3d58c6fcc5747c805806525ef877ea340d9 /include | |
parent | 45fda819e1aae3cacf25a04b9fe22cd6ddc61f5a (diff) | |
download | libimobiledevice-5a8449a391d2cc848f55cfb4406bad4ded0bd138.tar.gz libimobiledevice-5a8449a391d2cc848f55cfb4406bad4ded0bd138.tar.bz2 |
Propagate lower level errors to callers instead of returning unknown
error for most failures
Diffstat (limited to 'include')
-rw-r--r-- | include/libimobiledevice/lockdown.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |