Merge "Fix eviction order when linking new external ids" into stable-2.13

This commit is contained in:
David Ostrovsky
2017-03-06 19:18:06 +00:00
committed by Gerrit Code Review

View File

@@ -406,8 +406,8 @@ public class AccountManager {
if (who.getEmailAddress() != null) {
byEmailCache.evict(who.getEmailAddress());
byIdCache.evict(to);
}
byIdCache.evict(to);
}
return new AuthResult(to, key, false);