summaryrefslogtreecommitdiff
path: root/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-01-27 14:40:33 +0000
committerJon Medhurst <tixy@linaro.org>2012-01-27 14:40:33 +0000
commit0e7b8cbd79e281b956a8706bfcbe08493bd8a7bd (patch)
tree6388d9d1d75eae1fae92ea18a473c9b4a4459112 /edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe
parent9134f82797b14368305c9d424f42fec00376cf3a (diff)
parent7c00d189a686329426c7ed353255e13606f0c5e2 (diff)
Merge branch 'armlt-tracking' of git://git.linaro.org/arm/uefi/uefi-nextlinaro-uefi-2012.01
Diffstat (limited to 'edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe')
-rw-r--r--edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c b/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
index afb090a91..cf7fe4079 100644
--- a/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
+++ b/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.c
@@ -548,7 +548,7 @@ CredentialDriverCallback (
CHAR8 Password[CREDENTIAL_LEN];
CHAR16 *PromptStr;
- if (Action == EFI_BROWSER_ACTION_CHANGING) {
+ if (Action == EFI_BROWSER_ACTION_CHANGED) {
if (QuestionId == KEY_GET_PASSWORD) {
//
// Get and check password.