tianocore / edk2-redfish-client

Utilizes the EFI protocols provided by EDK2 Redfish Foundation to communicate with the Redfish service for creating, consuming, and updating the Redfish properties which are managed by firmware.
Other
6 stars 5 forks source link

RedfishClientPkg/ConverterLib: missing attributes #93

Closed nicklela closed 3 months ago

nicklela commented 3 months ago

Description

CsJson in CS_To_JSON_Attributes() is a parameter from caller but it gets created by json_object() again. As the result, caller never get the JSON attributes generated in this function and causing the issue.

How This Was Tested

Tested on server platform