diff options
Diffstat (limited to 'src/idevice.c')
| -rw-r--r-- | src/idevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevice.c b/src/idevice.c index b51f08c..18487aa 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
| @@ -711,7 +711,7 @@ LIBIMOBILEDEVICE_API idevice_error_t idevice_connection_receive_timeout(idevice_ | |||
| 711 | *recv_bytes = 0; | 711 | *recv_bytes = 0; |
| 712 | return IDEVICE_E_SSL_ERROR; | 712 | return IDEVICE_E_SSL_ERROR; |
| 713 | } | 713 | } |
| 714 | 714 | ||
| 715 | *recv_bytes = received; | 715 | *recv_bytes = received; |
| 716 | return IDEVICE_E_SUCCESS; | 716 | return IDEVICE_E_SUCCESS; |
| 717 | } | 717 | } |
