Fix account offline api error 35/143435/1
authorJooseok Song <seogii.song@samsung.com>
Thu, 10 Aug 2017 02:20:05 +0000 (11:20 +0900)
committerJooseok Song <seogii.song@samsung.com>
Thu, 10 Aug 2017 02:20:05 +0000 (11:20 +0900)
Change-Id: I8a8b757ed239750d451a2e369d9ffe689e4ac7ea

packaging/libaccount-service.spec
src/account.c

index 6768e16..c1c3723 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libaccount-service
 Summary:    Account DB library
-Version:    0.4.17
+Version:    0.4.18
 Release:    1
 Group:      Social & Content/API
 License:    Apache-2.0
index d93f861..3cf527a 100644 (file)
@@ -58,7 +58,6 @@ do { \
                } \
        } else { \
                LOGE("Error - Feature getting from System Info"); \
-               return ACCOUNT_ERROR_OPERATION_FAIL; \
        } \
 } while (0)