commit | 21671ef9edc7ba90e044331c7d16b9df9aecbbfd | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Mar 24 11:22:22 2015 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Tue Mar 24 11:53:10 2015 -0700 |
tree | 3f25cd74b3b104c6aebd4f971867d47e3733e104 | |
parent | 8348e55631ad1dd737eb62ba5815c1bb64cf2e33 [diff] |
Fix bug blocking access to secondary users. Change-Id: I97ce510b6bc705488b9bea3340a72fb5449f8134
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, ","); }