public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] edk2-staging/RedfishClientPkg: Bug fix on RedfishFeatrueCoreDxe
@ 2021-10-27 10:30 Abner Chang
  0 siblings, 0 replies; only message in thread
From: Abner Chang @ 2021-10-27 10:30 UTC (permalink / raw)
  To: devel; +Cc: nickle.wang, Liming Gao

Action in StartupContext is not set properly.

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Liming Gao <gaoliming@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-27 10:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27 10:30 [PATCH] edk2-staging/RedfishClientPkg: Bug fix on RedfishFeatrueCoreDxe Abner Chang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox