commit | 82cd6c4e8fc46a8792ac25938dec5568b4fb8ecf | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 22 18:28:20 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 22 18:38:02 2020 +0100 |
tree | d3cdc126a08f57744dea9275f5c44495adeddf61 | |
parent | 56a1a14e2010a90b1d9cf94a178eca19f55a2a2f [diff] |
efi_loader: definition of GetNextVariableName() 'vendor' is both an input and an output parameter. So it cannot be constant. Fixes: 0bda81bfdc5c ("efi_loader: use const efi_guid_t * for variable services") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>