Modify feature check for offline api 52/143352/1 submit/tizen/20170809.103126
authorJooseok Song <seogii.song@samsung.com>
Wed, 9 Aug 2017 10:27:39 +0000 (19:27 +0900)
committerJooseok Song <seogii.song@samsung.com>
Wed, 9 Aug 2017 10:27:39 +0000 (19:27 +0900)
Change-Id: If43cec7a340095cd1f319b4c4de7535a3be37424

common/include/account-private.h

index 82ab7cd..46b5c3f 100644 (file)
@@ -327,7 +327,7 @@ do { \
                } \
        } else { \
                LOGE("Error - Feature getting from System Info"); \
-               return ACCOUNT_ERROR_OPERATION_FAIL; \
+               //return ACCOUNT_ERROR_OPERATION_FAIL; \
        } \
 } while (0)