Verify that Status variable is initialized.

submitted-by: jcarsey
reviewed-by: lgrosenb
reviewed-by: rhale

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11752 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jcarsey 2011-06-03 15:51:26 +00:00
parent de1f9dd9b1
commit ae69c04736
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ GetEnvironmentVariableList(
return (Status); return (Status);
} }
} else { } else {
Status = EFI_SUCCESS;
MaxVarSize = 16384; MaxVarSize = 16384;
} }