diff options
Diffstat (limited to 'src/idevice.c')
| -rw-r--r-- | src/idevice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevice.c b/src/idevice.c index 21b10ba..ead9b86 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
| @@ -256,6 +256,7 @@ LIBIMOBILEDEVICE_API idevice_error_t idevice_new(idevice_t * device, const char | |||
| 256 | dev->udid = strdup(muxdev.udid); | 256 | dev->udid = strdup(muxdev.udid); |
| 257 | dev->conn_type = CONNECTION_USBMUXD; | 257 | dev->conn_type = CONNECTION_USBMUXD; |
| 258 | dev->conn_data = (void*)(long)muxdev.handle; | 258 | dev->conn_data = (void*)(long)muxdev.handle; |
| 259 | dev->version = 0; | ||
| 259 | *device = dev; | 260 | *device = dev; |
| 260 | return IDEVICE_E_SUCCESS; | 261 | return IDEVICE_E_SUCCESS; |
| 261 | } | 262 | } |
