projects
/
platform
/
core
/
telephony
/
phonenumber-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4569304
)
Remove container feature
61/204861/1
accepted/tizen/unified/20190605.215707
submit/tizen/20190531.065827
author
INSUN PYO
<insun.pyo@samsung.com>
Mon, 29 Apr 2019 02:23:23 +0000
(11:23 +0900)
committer
INSUN PYO
<insun.pyo@samsung.com>
Mon, 29 Apr 2019 02:23:46 +0000
(11:23 +0900)
Change-Id: I865c45b32fd3168e08d0e23b7392745f46edeaf6
client/phnc.c
patch
|
blob
|
history
diff --git
a/client/phnc.c
b/client/phnc.c
index 1096747aab6fe871f78f86b67fab8d5b438cb845..cb36e5516791ce4cd12ffa957f92b97eb7c066c7 100644
(file)
--- a/
client/phnc.c
+++ b/
client/phnc.c
@@
-57,7
+57,7
@@
int phnc_get_uid(void)
int active_user_count = 0;
uid_t *active_user_list = NULL;
- active_user_count = sd_get_
active_
uids(&active_user_list);
+ active_user_count = sd_get_uids(&active_user_list);
if (active_user_list) {
INFO("active uid = %d", active_user_list[0]);
uid = (int)active_user_list[0];