Ignore the error about getting appid
[platform/core/appfw/app-core.git] / src / ui_base / appcore_ui_base.c
index 0ee6d34..944b312 100644 (file)
@@ -928,7 +928,6 @@ EXPORT_API int appcore_ui_base_init(appcore_ui_base_ops ops, int argc, char **ar
        ret = aul_app_get_appid_bypid(getpid(), appid, sizeof(appid));
        if (ret != 0) {
                _ERR("Fail to get appid (%d)", getpid());
-               return -1;
        }
        __context.ops = ops;
        __context.data = data;