mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
RedfishPkg/RedfishCredentialDxe: Fix 'too many arguments' error
This fixes the error 'too many arguments to ClearRedfishServiceList' when building with clang compiler. Signed-off-by: Nhi Pham <nhi@os.amperecomputing.com>
This commit is contained in:
parent
fcd9570c8d
commit
21767dcf4e
1 changed files with 2 additions and 1 deletions
|
|
@ -567,6 +567,7 @@ RedfishGetAuthConfig (
|
|||
**/
|
||||
EFI_STATUS
|
||||
ClearRedfishServiceList (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
REDFISH_SERVICE_LIST *Instance;
|
||||
|
|
@ -917,7 +918,7 @@ ReleaseCredentialPrivate (
|
|||
mCredentialPrivate->AccountName = NULL;
|
||||
}
|
||||
|
||||
ClearRedfishServiceList (mCredentialPrivate);
|
||||
ClearRedfishServiceList ();
|
||||
}
|
||||
|
||||
return EFI_SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue