Update UID drivers to align with latest UEFI spec 2.3.1 errata A.
Signed-off-by: gdong1 Reviewed-by: xdu2 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12345 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1061,17 +1061,8 @@ CredentialUser (
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// The User's password doesn't match the input password.
|
||||
// Return the user ID whose password matches the input password.
|
||||
//
|
||||
CopyMem (
|
||||
Identifier,
|
||||
&mPwdTable->UserInfo[mPwdTable->ValidIndex - 1].UserId,
|
||||
sizeof (EFI_USER_INFO_IDENTIFIER)
|
||||
);
|
||||
FreePool (UserInfo);
|
||||
return EFI_SUCCESS;
|
||||
return EFI_NOT_READY;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user