[edk2-devel] [PATCH] edk2-staging/RedfishClientPkg: Bug fix on RedfishFeatrueCoreDxe

Abner Chang abner.chang at hpe.com
Wed Oct 27 10:30:01 UTC 2021


Action in StartupContext is not set properly.

Signed-off-by: Nickle Wang <nickle.wang at hpe.com>
Cc: Abner Chang <abner.chang at hpe.com>
Cc: Liming Gao <gaoliming at byosoft.com.cn>
---
 RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c b/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
index 009475540f5..49e1cd6b60e 100644
--- a/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
+++ b/RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.c
@@ -357,6 +357,7 @@ RedfishFeatureCoreEntryPoint (
 
   ZeroMem ((VOID *)&mFeatureDriverStartupContext, sizeof (REDFISH_FEATURE_STARTUP_CONTEXT));
   mFeatureDriverStartupContext.This = &mRedfishFeatureProtocol;
+  mFeatureDriverStartupContext.Action = CallbackActionStartOperation;
 
   Status = gBS->CreateEventEx (
                 EVT_NOTIFY_SIGNAL,
-- 
2.21.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#82743): https://edk2.groups.io/g/devel/message/82743
Mute This Topic: https://groups.io/mt/86624315/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list