X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FCore%2FDxe%2FHand%2Fhandle.c;h=dd0801a96f85658fdc8649f264ff331f5d9fd530;hp=2f43dc02b10049ca102e5c4af76352ce6e27beb0;hb=abb234751e4fbe58afc5e7c7e203db2a93aac0f8;hpb=1cc8ee7861a59532700a6fd1255689576eda0f52 diff --git a/EdkModulePkg/Core/Dxe/Hand/handle.c b/EdkModulePkg/Core/Dxe/Hand/handle.c index 2f43dc02b1..dd0801a96f 100644 --- a/EdkModulePkg/Core/Dxe/Hand/handle.c +++ b/EdkModulePkg/Core/Dxe/Hand/handle.c @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -455,7 +455,7 @@ Returns: Prot = NULL; Handle = NULL; - ASSERT (NULL != gBS); + ASSERT (NULL != gDxeCoreBS); if (*UserHandle != NULL_HANDLE) { Status = CoreHandleProtocol (*UserHandle, Protocol, (VOID **)&ExistingInterface);