From e33c0b224324cd2ecef6add74faa6068fdb0fb2c Mon Sep 17 00:00:00 2001 From: "rmartinez.cttc" <ricardo.martinez@cttc.es> Date: Wed, 27 Jul 2022 13:48:00 +0200 Subject: [PATCH] done --- src/pathcomp/backend/pathComp_RESTapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pathcomp/backend/pathComp_RESTapi.c b/src/pathcomp/backend/pathComp_RESTapi.c index 1c7258562..dd352c613 100644 --- a/src/pathcomp/backend/pathComp_RESTapi.c +++ b/src/pathcomp/backend/pathComp_RESTapi.c @@ -277,7 +277,7 @@ void add_comp_path_deviceId_endpointId_json(cJSON* pathObj, struct path_t* p, st // Add the endpoint Id (uuid) cJSON_AddItemToObject(sinkEndPointIdObj, "endpoint_uuid", cJSON_CreateString(oElem->service_endpoints_id[1].endpoint_uuid)); - return; + return; } -- GitLab