mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 12:25:55 +00:00
trivial: Fix typo when setting the parent ID
This commit is contained in:
parent
8238de9995
commit
f5d799df19
@ -398,7 +398,7 @@ fu_device_set_parent (FuDevice *self, FuDevice *parent)
|
|||||||
|
|
||||||
/* this is what goes over D-Bus */
|
/* this is what goes over D-Bus */
|
||||||
fwupd_device_set_parent_id (FWUPD_DEVICE (self),
|
fwupd_device_set_parent_id (FWUPD_DEVICE (self),
|
||||||
self != NULL ? fu_device_get_id (parent) : NULL);
|
parent != NULL ? fu_device_get_id (parent) : NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user