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:
Richard Hughes 2022-05-26 10:55:52 +01:00
parent 06e009297b
commit 15a0288141

View File

@ -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);