rhboot / efivar

Tools and libraries to work with EFI variables
GNU Lesser General Public License v2.1
238 stars 104 forks source link

Fix wrong if condition in efi_variable_get_data #256

Closed sherlock-zhouyh closed 7 months ago

sherlock-zhouyh commented 10 months ago

The wrong if condition in efi_variable_get_data result in empty value of printing variable from --import. Fix #254