commit | 9d79e8074adfe4de38bdea6200ae69fa64765fba | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Mar 24 20:31:08 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Mar 24 20:31:08 2015 +0000 |
tree | adaf3aa6af712fb76ed7ddc0547477c1ba0d0172 | |
parent | f41b85b93962ebc45d541dd74edb126605257194 [diff] | |
parent | 21671ef9edc7ba90e044331c7d16b9df9aecbbfd [diff] |
Merge "Fix bug blocking access to secondary users."
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 @@ 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, ","); }