diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c index 6d27ecc277..655e72a876 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c @@ -94,6 +94,7 @@ ProcessVariables ( Found = FALSE; ShellStatus = SHELL_SUCCESS; + Status = EFI_SUCCESS; NameBufferSize = INIT_NAME_BUFFER_SIZE; DataBufferSize = INIT_DATA_BUFFER_SIZE;