X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FUefiPxeBcDxe%2FPxeBcImpl.c;fp=MdeModulePkg%2FUniversal%2FNetwork%2FUefiPxeBcDxe%2FPxeBcImpl.c;h=0a00ac8504bc34121c63d934b33750ab5d3d44f4;hp=511e064873a246ce93d6a52bcc299e3b818fe458;hb=416211e0d8dc2aafc78040e0807918a316c8b5ab;hpb=a1c0d0fb2e0a31e493c302e04d7f9220e614218b diff --git a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c index 511e064873..0a00ac8504 100644 --- a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c +++ b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c @@ -1,7 +1,7 @@ /** @file Interface routines for PxeBc. -Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2007 - 2013, 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 @@ -652,9 +652,6 @@ EfiPxeBcDhcp ( // finished, set the various Mode members. // Status = PxeBcCheckSelectedOffer (Private); - if (!EFI_ERROR (Status)) { - goto ON_EXIT; - } ON_EXIT: if (EFI_ERROR (Status)) {