Skip to content
Snippets Groups Projects
Commit e33c0b22 authored by martinezric's avatar martinezric
Browse files

done

parent 141f2e0e
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -277,7 +277,7 @@ void add_comp_path_deviceId_endpointId_json(cJSON* pathObj, struct path_t* p, st ...@@ -277,7 +277,7 @@ void add_comp_path_deviceId_endpointId_json(cJSON* pathObj, struct path_t* p, st
// Add the endpoint Id (uuid) // Add the endpoint Id (uuid)
cJSON_AddItemToObject(sinkEndPointIdObj, "endpoint_uuid", cJSON_CreateString(oElem->service_endpoints_id[1].endpoint_uuid)); cJSON_AddItemToObject(sinkEndPointIdObj, "endpoint_uuid", cJSON_CreateString(oElem->service_endpoints_id[1].endpoint_uuid));
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment