mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 11:07:37 +00:00
redfish: Don't reboot the BMC for all updates
The WILDCARD_TARGETS private flag had the same value as MANAGER_RESET...
This commit is contained in:
parent
06e009297b
commit
15a0288141
@ -47,7 +47,7 @@ struct _FuRedfishDeviceClass {
|
||||
* To use this option the payload must contain metadata that restricts it to a
|
||||
* specific SoftwareId.
|
||||
*/
|
||||
#define FU_REDFISH_DEVICE_FLAG_WILDCARD_TARGETS (1 << 2)
|
||||
#define FU_REDFISH_DEVICE_FLAG_WILDCARD_TARGETS (1 << 3)
|
||||
|
||||
FuRedfishBackend *
|
||||
fu_redfish_device_get_backend(FuRedfishDevice *self);
|
||||
|
Loading…
Reference in New Issue
Block a user