diff options
Diffstat (limited to 'src/device_link_service.c')
| -rw-r--r-- | src/device_link_service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device_link_service.c b/src/device_link_service.c index e1155a5..b7d9ee8 100644 --- a/src/device_link_service.c +++ b/src/device_link_service.c | |||
| @@ -193,6 +193,7 @@ device_link_service_error_t device_link_service_version_exchange(device_link_ser | |||
| 193 | array = plist_new_array(); | 193 | array = plist_new_array(); |
| 194 | plist_array_append_item(array, plist_new_string("DLMessageVersionExchange")); | 194 | plist_array_append_item(array, plist_new_string("DLMessageVersionExchange")); |
| 195 | plist_array_append_item(array, plist_new_string("DLVersionsOk")); | 195 | plist_array_append_item(array, plist_new_string("DLVersionsOk")); |
| 196 | plist_array_append_item(array, plist_new_uint(version_major)); | ||
| 196 | if (property_list_service_send_binary_plist(client->parent, array) != PROPERTY_LIST_SERVICE_E_SUCCESS) { | 197 | if (property_list_service_send_binary_plist(client->parent, array) != PROPERTY_LIST_SERVICE_E_SUCCESS) { |
| 197 | debug_info("Error when sending DLVersionsOk"); | 198 | debug_info("Error when sending DLVersionsOk"); |
| 198 | err = DEVICE_LINK_SERVICE_E_MUX_ERROR; | 199 | err = DEVICE_LINK_SERVICE_E_MUX_ERROR; |
