Merge "Gatekeeper: Add missing user_id."

This commit is contained in:
Treehugger Robot 2021-02-17 22:59:58 +00:00 committed by Gerrit Code Review
commit 5edcb8a3d6

View file

@ -318,6 +318,7 @@ class GateKeeperProxy : public BnGateKeeperService {
authToken.timestamp.milliSeconds = betoh64(hwAuthToken->timestamp);
authToken.challenge = hwAuthToken->challenge;
authToken.userId = hwAuthToken->user_id;
authToken.authenticatorId = hwAuthToken->authenticator_id;
authToken.authenticatorType = static_cast<HardwareAuthenticatorType>(
betoh32(hwAuthToken->authenticator_type));