Fix UNREACHABLE_CODE issue 25/319025/1 accepted/tizen_unified_toolchain accepted/tizen/9.0/unified/20241030.233915 accepted/tizen/unified/20241017.114705 accepted/tizen/unified/toolchain/20241022.122308 accepted/tizen/unified/toolchain/20241022.122802 accepted/tizen/unified/x/20241017.170321 accepted/tizen/unified/x/asan/20241022.113242 tizen_9.0_m2_release
authorhyunuk.tak <hyunuk.tak@samsung.com>
Sun, 13 Oct 2024 23:28:54 +0000 (08:28 +0900)
committerhyunuk.tak <hyunuk.tak@samsung.com>
Sun, 13 Oct 2024 23:29:07 +0000 (08:29 +0900)
Change-Id: Ib9ad369c7fea94ee16983ed4bfa8c9ae09dc7bb2
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
packaging/ua-manager.spec
ua-daemon/src/ua-manager-core.c

index 63002e203eab58034025d0345295047e1481767f..873ed684fe319899c28f1753812432f8911186d9 100644 (file)
@@ -1,6 +1,6 @@
 Name:       ua-manager
 Summary:    User awareness manager
-Version:    0.14.13
+Version:    0.14.14
 Release:    1
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
index 94093f6480821f1067b1fa4aef4ab021ab835dc7..d15c41b2a822cd55d8ebb8e902d9ba66d5059a0f 100755 (executable)
@@ -1918,12 +1918,8 @@ int _uam_core_update_device(uam_device_info_s *a_device)
        }
 
        /* Set/update registered device list to plugins */
-       ret = _uam_pm_set_registered_devices(devices,
+       _uam_pm_set_registered_devices(devices,
                        __uam_core_tech_type_to_sensor(a_device->type));
-       if (UAM_ERROR_NONE != ret) {
-               UAM_ERR("_uam_pm_set_registered_devices failed [%d]", ret);
-               goto done;
-       }
 
        /* Set/update registered device list to cloud plugin */
        _uam_cloud_update_registered_devices();