From: dh79pyun Date: Wed, 1 Sep 2021 00:28:18 +0000 (+0900) Subject: Enable the feature check logic X-Git-Tag: submit/tizen/20210901.003746^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d4d3796ad95d383325f8bf1df37a2292c81d771;p=platform%2Fcore%2Fapi%2Fuser-awareness.git Enable the feature check logic Change-Id: Id0ec7be8d0e3f5bf473794d80e7984ae7106fc5f Signed-off-by: dh79pyun --- diff --git a/include/user-awareness-private.h b/include/user-awareness-private.h index 3a70f62..da65bbc 100755 --- a/include/user-awareness-private.h +++ b/include/user-awareness-private.h @@ -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); \