Do not exit when security_manager_prepare_app fails 26/77826/4
authorKidong Kim <kd0228.kim@samsung.com>
Fri, 1 Jul 2016 07:59:11 +0000 (16:59 +0900)
committerTomasz Swierczek <t.swierczek@samsung.com>
Fri, 1 Jul 2016 10:36:19 +0000 (03:36 -0700)
commit25cf44ca22a96a249d88bd5801aa68067c55f0cc
tree06e35b4818a2ac92eca55f181d26f011953fed1e
parent98b4d2f8df1ac58eedd953177717c27e6e6f7cae
Do not exit when security_manager_prepare_app fails

Because security_manager_prepare_app is called by launcher directly,
I think the launcher should do error handling by itself. This is problem
reported by product team, and identified as being successful after
applying this patch

Change-Id: Icf94ef07ef92bff8e2ce631bb72026e999ef6c15
Signed-off-by: Kidong Kim <kd0228.kim@samsung.com>
src/client/client-security-manager.cpp