Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 693ee75f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Gatekeeper: Add missing user_id." am: 5edcb8a3

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1586506

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie5341695360aead592e61daed3f6733983eb08da
parents 2302e212 5edcb8a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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));