Enable the feature check logic 38/263338/1 accepted/tizen/unified/20210901.050307 submit/tizen/20210901.003746
authordh79pyun <dh79.pyun@samsung.com>
Wed, 1 Sep 2021 00:28:18 +0000 (09:28 +0900)
committerdh79pyun <dh79.pyun@samsung.com>
Wed, 1 Sep 2021 00:28:18 +0000 (09:28 +0900)
Change-Id: Id0ec7be8d0e3f5bf473794d80e7984ae7106fc5f
Signed-off-by: dh79pyun <dh79.pyun@samsung.com>
include/user-awareness-private.h

index 3a70f627705e3f46a7a865068bf1959dd7eb2866..da65bbc99b6f2df331fd127fee19d325b6566180 100755 (executable)
@@ -163,7 +163,7 @@ do  { \
        if (!_ua_check_supported_feature(feature, &is_supported)) { \
                if (is_supported == false) { \
                        UA_ERR("[%s] NOT_SUPPORTED", __FUNCTION__); \
-                       /* return UA_ERROR_NOT_SUPPORTED; */ \
+                       return UA_ERROR_NOT_SUPPORTED; \
                } \
        } else { \
                UA_ERR("[%s] Fail to get the system feature: [%d]", __FUNCTION__, feature); \