mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-06 11:32:18 +00:00
trivial: Fix an impossible-to-hit scan-build warning
This commit is contained in:
parent
c4590f2f25
commit
7c4eb1bf92
@ -134,7 +134,7 @@ static void
|
||||
fu_plugin_tpm_add_security_attr_eventlog(FuPlugin *plugin, FuSecurityAttrs *attrs)
|
||||
{
|
||||
FuPluginData *data = fu_plugin_get_data(plugin);
|
||||
gboolean reconstructed;
|
||||
gboolean reconstructed = TRUE;
|
||||
g_autoptr(FwupdSecurityAttr) attr = NULL;
|
||||
g_autoptr(GError) error = NULL;
|
||||
g_autoptr(GPtrArray) pcr0s_calc = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user