projects
/
platform
/
core
/
api
/
user-awareness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55463c3
)
Enable the feature check logic
38/263338/1
accepted/tizen/unified/20210901.050307
submit/tizen/20210901.003746
author
dh79pyun
<dh79.pyun@samsung.com>
Wed, 1 Sep 2021 00:28:18 +0000
(09:28 +0900)
committer
dh79pyun
<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
patch
|
blob
|
history
diff --git
a/include/user-awareness-private.h
b/include/user-awareness-private.h
index 3a70f627705e3f46a7a865068bf1959dd7eb2866..da65bbc99b6f2df331fd127fee19d325b6566180 100755
(executable)
--- 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); \