summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPyun DoHyun <dh79.pyun@samsung.com>2021-03-16 23:03:48 +0000
committerGerrit Code Review <gerrit@review>2021-03-16 23:03:48 +0000
commite25f81bd805fa5a5f3f9b63c147fc765f948d1f5 (patch)
tree733571b6e554823e9ab65cea1a521d442053204e
parent9c9cd492ce4591776342a6fdb23afd4e0a51b872 (diff)
parent9ad875e24935aeff33d8eb5511883521fe2379b1 (diff)
downloaduser-awareness-e25f81bd805fa5a5f3f9b63c147fc765f948d1f5.tar.gz
user-awareness-e25f81bd805fa5a5f3f9b63c147fc765f948d1f5.tar.bz2
user-awareness-e25f81bd805fa5a5f3f9b63c147fc765f948d1f5.zip
Merge "Disable the feature check logic before accepting ACR" into tizen
-rwxr-xr-xinclude/user-awareness-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user-awareness-private.h b/include/user-awareness-private.h
index 6403f0a..bc63751 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); \