mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +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
|
EFI_STATUS
|
||||||
ClearRedfishServiceList (
|
ClearRedfishServiceList (
|
||||||
|
VOID
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
REDFISH_SERVICE_LIST *Instance;
|
REDFISH_SERVICE_LIST *Instance;
|
||||||
@ -917,7 +918,7 @@ ReleaseCredentialPrivate (
|
|||||||
mCredentialPrivate->AccountName = NULL;
|
mCredentialPrivate->AccountName = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ClearRedfishServiceList (mCredentialPrivate);
|
ClearRedfishServiceList ();
|
||||||
}
|
}
|
||||||
|
|
||||||
return EFI_SUCCESS;
|
return EFI_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user