commit | 37fa7cb045cc15b3a22377fa2e3fb00b2d132d7a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 17 12:20:46 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 11 23:14:17 2020 +0200 |
tree | 3725182299180a3416d08a5e62fbb14b0e505132 | |
parent | dda8c7163a2b4f3d30f54cd3553b2c81bc64e787 [diff] |
efi_loader: keep attributes in efi_set_variable_int Do not change the value of parameter attributes in function efi_set_variable_int(). This allows to use it later. Do not use variable attr for different purposes but declare separate variables (attr and old_attr). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>