mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 09:12:52 +00:00
trivial: Fix the FreeBSD build
Mea culpa. Fixes https://github.com/fwupd/fwupd/issues/4225
This commit is contained in:
parent
7dc24a9f20
commit
b9960095b8
@ -150,7 +150,7 @@ fu_smbios_convert_kenv_string(FuSmbios *self,
|
||||
g_autofree gchar *value = fu_kenv_get_string(sminfo, error);
|
||||
if (value == NULL)
|
||||
return FALSE;
|
||||
fu_smbios_set_string(self, type, offset, buf, -1);
|
||||
fu_smbios_set_string(self, type, offset, value, -1);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user