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

src/account.c

index 9a30a107cb28e04348b20ebea7e103f2b0d5620f..c5830ac903bcda2961e13bbcb9182f38e890460a 100644 (file)
@@ -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)