summaryrefslogtreecommitdiffstats
path: root/sdcard
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2015-03-24 11:22:22 -0700
committerJeff Sharkey <jsharkey@android.com>2015-03-24 11:53:10 -0700
commit6c161fa7d85b3191476d12220c94cfd974c0afa9 (patch)
tree3f25cd74b3b104c6aebd4f971867d47e3733e104 /sdcard
parentad27dd98ae2be7f2e9ab2e1d160d75acc13d8c7c (diff)
downloadsystem_core-6c161fa7d85b3191476d12220c94cfd974c0afa9.zip
system_core-6c161fa7d85b3191476d12220c94cfd974c0afa9.tar.gz
system_core-6c161fa7d85b3191476d12220c94cfd974c0afa9.tar.bz2
Fix bug blocking access to secondary users.
Change-Id: I97ce510b6bc705488b9bea3340a72fb5449f8134
Diffstat (limited to 'sdcard')
-rw-r--r--sdcard/sdcard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdcard/sdcard.c b/sdcard/sdcard.c
index ea696ae..599236f 100644
--- a/sdcard/sdcard.c
+++ b/sdcard/sdcard.c
@@ -1706,7 +1706,6 @@ static int read_package_list(struct fuse *fuse) {
if (multiuser_get_app_id(gid) == fuse->write_gid) {
uid_t uid = multiuser_get_uid(multiuser_get_user_id(gid), appid);
hashmapPut(fuse->uid_with_rw, (void*) (uintptr_t) uid, (void*) (uintptr_t) 1);
- break;
}
token = strtok(NULL, ",");
}