diff options
Diffstat (limited to 'src/afc.c')
| -rw-r--r-- | src/afc.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -88,8 +88,6 @@ LIBIMOBILEDEVICE_API afc_error_t afc_client_new_with_service_client(service_clie | |||
| 88 | client_loc->afc_packet->entire_length = 0; | 88 | client_loc->afc_packet->entire_length = 0; |
| 89 | client_loc->afc_packet->this_length = 0; | 89 | client_loc->afc_packet->this_length = 0; |
| 90 | memcpy(client_loc->afc_packet->magic, AFC_MAGIC, AFC_MAGIC_LEN); | 90 | memcpy(client_loc->afc_packet->magic, AFC_MAGIC, AFC_MAGIC_LEN); |
| 91 | client_loc->file_handle = 0; | ||
| 92 | client_loc->lock = 0; | ||
| 93 | mutex_init(&client_loc->mutex); | 91 | mutex_init(&client_loc->mutex); |
| 94 | 92 | ||
| 95 | *client = client_loc; | 93 | *client = client_loc; |
