mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02: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
@ -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…
x
Reference in New Issue
Block a user