mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 12:12:48 +00:00
trivial: Ensure all private MEI instance data is incorporated
This commit is contained in:
parent
1f97275a33
commit
7222cafbb1
@ -469,6 +469,8 @@ fu_mei_device_incorporate(FuDevice *device, FuDevice *donor)
|
||||
/* copy private instance data */
|
||||
priv->max_msg_length = priv_donor->max_msg_length;
|
||||
priv->protocol_version = priv_donor->protocol_version;
|
||||
priv->uuid = g_strdup(priv_donor->uuid);
|
||||
priv->parent_device_file = g_strdup(priv_donor->parent_device_file);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user