Fix widget recovery init bug 09/164209/2
authorhyunho <hhstark.kang@samsung.com>
Mon, 18 Dec 2017 05:36:50 +0000 (14:36 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Mon, 18 Dec 2017 09:47:44 +0000 (09:47 +0000)
commite3040cb3694820a17233ec632824a1236a0904f3
tree24f8fa025c2bf7801c00dcfdb795f4c50cedc1f9
parent55e4c75974fb8b2dc7076e88abf1c10022baf39f
Fix widget recovery init bug

chown is unnecessary for widget db initialize logic and
default user is not created yet when widget db recovery logic
is started. So chown logic for default user could cause failure
of widget db initialize logic. We need to remove chown logic
from widget db initialize logic.

Change-Id: I42c17d48255c8a7833069b8b625189531707f83f
Signed-off-by: hyunho <hhstark.kang@samsung.com>
src/widget_service.c