diff options
Diffstat (limited to 'src/file_relay.c')
| -rw-r--r-- | src/file_relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_relay.c b/src/file_relay.c index 3d064b9..fb802a8 100644 --- a/src/file_relay.c +++ b/src/file_relay.c | |||
| @@ -144,7 +144,7 @@ file_relay_error_t file_relay_request_sources_timeout(file_relay_client_t client | |||
| 144 | i++; | 144 | i++; |
| 145 | } | 145 | } |
| 146 | plist_t dict = plist_new_dict(); | 146 | plist_t dict = plist_new_dict(); |
| 147 | plist_dict_insert_item(dict, "Sources", array); | 147 | plist_dict_set_item(dict, "Sources", array); |
| 148 | 148 | ||
| 149 | if (property_list_service_send_xml_plist(client->parent, dict) != PROPERTY_LIST_SERVICE_E_SUCCESS) { | 149 | if (property_list_service_send_xml_plist(client->parent, dict) != PROPERTY_LIST_SERVICE_E_SUCCESS) { |
| 150 | debug_info("ERROR: Could not send request to device!"); | 150 | debug_info("ERROR: Could not send request to device!"); |
