Skip to content

Commit

Permalink
Remove reference to MatchFunctionContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich-McMillan committed Dec 9, 2022
1 parent 359ad5b commit 32850a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MsCorePkg/MacAddressEmulationDxe/MacAddressEmulationDxe.c
Expand Up @@ -101,7 +101,7 @@ FindMatchingSnp (

DEBUG ((DEBUG_VERBOSE, "[%a]: Start\n", __FUNCTION__));

if (MatchFunction != NULL) {
if (MatchFunctionContext != NULL) {
Status = gBS->LocateHandleBuffer (ByProtocol, &gEfiSimpleNetworkProtocolGuid, NULL, &HandleCount, &SnpHandleBuffer);
if (EFI_ERROR (Status) && (Status != EFI_NOT_FOUND)) {
DEBUG ((DEBUG_ERROR, "[%a]: Unexpected error from LocateHandleBuffer. Status=%r\n", __FUNCTION__, Status));
Expand Down

0 comments on commit 32850a2

Please sign in to comment.