commit | 10bd8de549c231b6f38acf5da991340b50697afb | [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 | f625fed085a5cbaf955756e911dff8f156d87183 [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>