From 15a02881419315912adc6b5bb69cfeef7f8f7efd Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 26 May 2022 10:55:52 +0100 Subject: [PATCH] redfish: Don't reboot the BMC for all updates The WILDCARD_TARGETS private flag had the same value as MANAGER_RESET... --- plugins/redfish/fu-redfish-device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/redfish/fu-redfish-device.h b/plugins/redfish/fu-redfish-device.h index 82208129f..8f789b276 100644 --- a/plugins/redfish/fu-redfish-device.h +++ b/plugins/redfish/fu-redfish-device.h @@ -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);