]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6If.c
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6If.c
index a93418847948e698f858f174a04909f613e6e4cb..2597915311b732aaff102adc1f76c5594513c1a3 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implement IP6 pesudo interface.\r
 \r
-  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -566,10 +566,6 @@ Ip6ReceiveFrame (
   EFI_STATUS                Status;\r
   IP6_LINK_RX_TOKEN         *Token;\r
 \r
-  if (IpSb->InDestroy) {\r
-    return EFI_INVALID_PARAMETER;\r
-  }\r
-\r
   NET_CHECK_SIGNATURE (IpSb, IP6_SERVICE_SIGNATURE);\r
 \r
   Token           = &IpSb->RecvRequest;\r