mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 10:06:41 +00:00
trivial: fix a minor logic error in sb/3rd party commit
This commit is contained in:
parent
22b477bff5
commit
506730879d
@ -417,7 +417,7 @@ fu_bios_settings_combination_fixups(FuBiosSettings *self)
|
|||||||
fu_bios_settings_get_attr(self, "com.thinklmi.Allow3rdPartyUEFICA");
|
fu_bios_settings_get_attr(self, "com.thinklmi.Allow3rdPartyUEFICA");
|
||||||
|
|
||||||
if (thinklmi_sb != NULL && thinklmi_3rd != NULL) {
|
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) {
|
if (g_strcmp0(val, "Disable") == 0) {
|
||||||
g_debug("Disabling changing %s since %s is %s",
|
g_debug("Disabling changing %s since %s is %s",
|
||||||
fwupd_bios_setting_get_name(thinklmi_sb),
|
fwupd_bios_setting_get_name(thinklmi_sb),
|
||||||
|
Loading…
Reference in New Issue
Block a user