diff options
Diffstat (limited to 'iphone.c')
| -rw-r--r-- | iphone.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1116,7 +1116,7 @@ int iphone_mux_pullbulk(iphone_device_t phone) | |||
| 1116 | 1116 | ||
| 1117 | // perhaps this is too general, == IPHONE_E_ECONNRESET | 1117 | // perhaps this is too general, == IPHONE_E_ECONNRESET |
| 1118 | // might be a better check here | 1118 | // might be a better check here |
| 1119 | if (client->error != IPHONE_E SUCCESS) { | 1119 | if (client->error != IPHONE_E_SUCCESS) { |
| 1120 | pthread_mutex_lock(&client->mutex); | 1120 | pthread_mutex_lock(&client->mutex); |
| 1121 | if (client->cleanup) { | 1121 | if (client->cleanup) { |
| 1122 | pthread_mutex_unlock(&client->mutex); | 1122 | pthread_mutex_unlock(&client->mutex); |
