From 2a3632d81a582a3f8b976bd0114990b7a285278b Mon Sep 17 00:00:00 2001 From: TuhinDasgupta-eaton Date: Thu, 2 Mar 2023 09:04:10 -0500 Subject: [PATCH] Resolving build issues Signed-off-by: TuhinDasgupta-eaton --- src/c/devmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/devmap.c b/src/c/devmap.c index ebd2884a..e5f17fd3 100644 --- a/src/c/devmap.c +++ b/src/c/devmap.c @@ -100,7 +100,7 @@ static void add_locked (edgex_devmap_t *map, const edgex_device *newdev) edgex_map_set (&map->profiles, dup->profile->name, dup->profile); } edgex_map_set (&map->devices, dup->name, dup); - result = search_devsdk_new_device (map->svc->add_device_new, dup->name) + result = search_devsdk_new_device (map->svc->add_device_new, dup->name); if (result) { edgex_device_autoevent_start (map->svc, dup);