summaryrefslogtreecommitdiff
path: root/SecurityPkg/UserIdentification/PwdCredentialProviderDxe
diff options
context:
space:
mode:
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-14 02:28:51 +0000
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-14 02:28:51 +0000
commitae4cb94fa6170b5c4b02d1ab3d042a2452c18394 (patch)
treeeee77071497b81991180e07f5aab9bf688501788 /SecurityPkg/UserIdentification/PwdCredentialProviderDxe
parent32e8520919a2babda4ecabd87c49fad54820f0f3 (diff)
downloadedk2-platforms-ae4cb94fa6170b5c4b02d1ab3d042a2452c18394.tar.xz
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
Diffstat (limited to 'SecurityPkg/UserIdentification/PwdCredentialProviderDxe')
-rw-r--r--SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
index ad1521040c..9d2e622f13 100644
--- a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
+++ b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
@@ -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;
}