mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-18 20:11:47 +00:00
trivial: Fix a typo that means that UEFI results were never cleared
This commit is contained in:
parent
0bbef29d3e
commit
cd644907e4
@ -1987,7 +1987,7 @@ fu_plugin_runner_clear_results (FuPlugin *self, FuDevice *device, GError **error
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/* optional */
|
/* optional */
|
||||||
g_module_symbol (priv->module, "fu_plugin_get_results", (gpointer *) &func);
|
g_module_symbol (priv->module, "fu_plugin_clear_results", (gpointer *) &func);
|
||||||
if (func == NULL)
|
if (func == NULL)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
g_debug ("performing clear_result() on %s", priv->name);
|
g_debug ("performing clear_result() on %s", priv->name);
|
||||||
|
Loading…
Reference in New Issue
Block a user