commit | fccca542e9ce3397ea4078bd9e1c2423632310d7 | [log] [tgz] |
---|---|---|
author | Adam Bookatz <bookatz@google.com> | Wed Nov 23 18:01:33 2022 +0000 |
committer | Adam Bookatz <bookatz@google.com> | Wed Nov 23 18:09:43 2022 +0000 |
tree | eaab8cd20fd21b2ab36e52ca176362e034000286 | |
parent | 33d3ca7f965c9c0523e8ad65947c1fdb38d9fc8c [diff] |
Fix getEarliestCreatedFullUser initial value If user 0 isn't a full admin, its creation time should not be part of the calculation. Currently, user 0 will generally be the earliest created user, so no other user can get returned (even if user 0 isn't a full user). This fixes the bug. Bug: 256624031 Change-Id: Idee2d5957560dd8556c53f85645981816494acc6 Test: local