trivial: fix a minor logic error in sb/3rd party commit

This commit is contained in:
Mario Limonciello 2022-08-25 20:25:09 -05:00
parent 22b477bff5
commit 506730879d

View File

@ -417,7 +417,7 @@ fu_bios_settings_combination_fixups(FuBiosSettings *self)
fu_bios_settings_get_attr(self, "com.thinklmi.Allow3rdPartyUEFICA");
if (thinklmi_sb != NULL && thinklmi_3rd != NULL) {
const gchar *val = fwupd_bios_setting_get_current_value(thinklmi_sb);
const gchar *val = fwupd_bios_setting_get_current_value(thinklmi_3rd);
if (g_strcmp0(val, "Disable") == 0) {
g_debug("Disabling changing %s since %s is %s",
fwupd_bios_setting_get_name(thinklmi_sb),