commit | 709292a63afc60bc840493315acf18c6c5e27eb4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 26 21:40:18 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Oct 06 16:02:36 2019 +0200 |
tree | 81bb46861826f9848f681825decc5c4d2f2f72ce | |
parent | dac51e9aaf6fd38298007b266feb6a80e9ec91ee [diff] |
efi_loader: appending to non-existent variable Appending to a non-existent variable must result in an error of type EFI_NOT_FOUND. Fixes: 09c76b79a9db ("efi_loader: SetVariable() deleting variables") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>