projects
/
platform
/
core
/
api
/
libaccount-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e5322b
)
Modify feature check for offline api
53/143353/1
submit/tizen/20170809.103126
author
Jooseok Song
<seogii.song@samsung.com>
Wed, 9 Aug 2017 10:27:57 +0000
(19:27 +0900)
committer
Jooseok Song
<seogii.song@samsung.com>
Wed, 9 Aug 2017 10:27:57 +0000
(19:27 +0900)
Change-Id: I23dd23767a87cd345ce7b3b57db2875d322fcdf3
src/account.c
patch
|
blob
|
history
diff --git
a/src/account.c
b/src/account.c
index 9a30a107cb28e04348b20ebea7e103f2b0d5620f..c5830ac903bcda2961e13bbcb9182f38e890460a 100644
(file)
--- a/
src/account.c
+++ b/
src/account.c
@@
-54,7
+54,7
@@
do { \
} \
} else { \
LOGE("Error - Feature getting from System Info"); \
- return ACCOUNT_ERROR_OPERATION_FAIL; \
+
//
return ACCOUNT_ERROR_OPERATION_FAIL; \
} \
} while (0)