Revert "Fix exception handling of appcore_ui_base API" 07/134307/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 16 Jun 2017 02:24:55 +0000 (11:24 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 16 Jun 2017 02:24:59 +0000 (11:24 +0900)
This reverts commit 0fcfe3095409c931075c57faa7bd48809ab70b6f.

Change-Id: I3ceccc0b6ff62f04e68849f2e2074f39fa2ff3a3

src/base/appcore_base.c

index c9a17cc..e4208e7 100644 (file)
@@ -893,7 +893,7 @@ EXPORT_API int appcore_base_init(appcore_base_ops ops, int argc, char **argv, vo
                traceEnd(TTRACE_TAG_APPLICATION_MANAGER);
                if (r < 0) {
                        aul_status_update(STATUS_DYING);
-                       return r;
+                       return 0;
                }
        }