projects
/
platform
/
core
/
appfw
/
widget-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9446d46
)
Fix flag set logic
71/171871/1
author
hyunho
<hhstark.kang@samsung.com>
Thu, 8 Mar 2018 01:08:24 +0000
(10:08 +0900)
committer
hyunho
<hhstark.kang@samsung.com>
Thu, 8 Mar 2018 01:08:24 +0000
(10:08 +0900)
Change-Id: I4e1505ccfae6bbb84f5f5e2d19299f17a948cfb0
Signed-off-by: hyunho <hhstark.kang@samsung.com>
parser/widget_plugin_parser_db.c
patch
|
blob
|
history
diff --git
a/parser/widget_plugin_parser_db.c
b/parser/widget_plugin_parser_db.c
index aa93edfc5cce8b34139d067c037eb757009d7760..ecdf5c8fc06d12d1909a9543c9d419a43106b7d4 100644
(file)
--- a/
parser/widget_plugin_parser_db.c
+++ b/
parser/widget_plugin_parser_db.c
@@
-45,6
+45,8
@@
static uid_t __get_target_uid(void)
if (ret < 0)
LOGE("Failed to get target uid - %d", ret);
+ target_uid_initialized = 1;
+
return target_uid;
}