projects
/
platform
/
core
/
connectivity
/
mtp-responder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f4e21
)
Remove conatiner feature
62/204862/2
accepted/tizen/unified/20190603.095349
submit/tizen/20190603.044348
author
INSUN PYO
<insun.pyo@samsung.com>
Mon, 29 Apr 2019 02:30:13 +0000
(11:30 +0900)
committer
saerome kim
<saerome.kim@samsung.com>
Mon, 3 Jun 2019 04:31:50 +0000
(
04:31
+0000)
Change-Id: I52ead1369fe4d57bc59aea6c7d6349349849b24c
src/util/mtp_util.c
patch
|
blob
|
history
diff --git
a/src/util/mtp_util.c
b/src/util/mtp_util.c
index 6de1485a80d816380280b3afc52c8d8fa4f0fdcc..c16783a179b9f81a4de284f738ba7faa64cd8ef0 100644
(file)
--- a/
src/util/mtp_util.c
+++ b/
src/util/mtp_util.c
@@
-407,14
+407,14
@@
uid_t _util_get_active_user()
int user_cnt = 0;
int ret;
- user_cnt = sd_get_
active_
uids(&active_user_list);
+ user_cnt = sd_get_uids(&active_user_list);
if (user_cnt <= 0) {
/* LCOV_EXCL_START */
ret = _util_wait_for_user();
if (ret < 0)
return -1;
- user_cnt = sd_get_
active_
uids(&active_user_list);
+ user_cnt = sd_get_uids(&active_user_list);
/* LCOV_EXCL_STOP */
}