From cc155522a7dede0fbdb2a508cb2c46ed2e12ce38 Mon Sep 17 00:00:00 2001 From: Sung-Jin Park Date: Thu, 5 Mar 2020 12:54:21 +0900 Subject: [PATCH] e_security: fix to return EINA_FALSE when it's failed to initialize Change-Id: Iccf33f2fe3156de9aa5e7a540752905672eb0a5d Signed-off-by: Sung-Jin Park --- src/bin/e_security.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_security.c b/src/bin/e_security.c index 183d362938..b3ccba889a 100644 --- a/src/bin/e_security.c +++ b/src/bin/e_security.c @@ -74,6 +74,7 @@ e_security_init(void) { ERR("cynara_initialize failed."); g_cynara = NULL; + return EINA_FALSE; } #endif return EINA_TRUE; -- 2.34.1