X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FIp6Dxe%2FIp6If.c;h=280cd764f14cb996f855a5fa20a3ddc78ee5d18b;hb=7822a1d91d53e80525f571183a24d54488f5437f;hp=198b547ed27ed08d547c8a2e60e568bf3cd0deac;hpb=a3bcde70e6dc69000f85cc5deee98101d2ae200a;p=mirror_edk2.git diff --git a/NetworkPkg/Ip6Dxe/Ip6If.c b/NetworkPkg/Ip6Dxe/Ip6If.c index 198b547ed2..280cd764f1 100644 --- a/NetworkPkg/Ip6Dxe/Ip6If.c +++ b/NetworkPkg/Ip6Dxe/Ip6If.c @@ -1,7 +1,7 @@ /** @file Implement IP6 pesudo interface. - Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2012, 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 @@ -314,7 +314,7 @@ Ip6CleanInterface ( } // - // Destory the interface if this is the last IP instance. + // Destroy the interface if this is the last IP instance. // Remove all the system transmitted packets // from this interface, cancel the receive request if exists. // @@ -565,11 +565,7 @@ Ip6ReceiveFrame ( { EFI_STATUS Status; IP6_LINK_RX_TOKEN *Token; - - if (IpSb->InDestroy) { - return EFI_INVALID_PARAMETER; - } - + NET_CHECK_SIGNATURE (IpSb, IP6_SERVICE_SIGNATURE); Token = &IpSb->RecvRequest;