From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D45451A1E30 for ; Tue, 13 Sep 2016 01:23:17 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 13 Sep 2016 01:23:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,327,1470726000"; d="scan'208";a="7916009" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 13 Sep 2016 01:23:17 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Sep 2016 01:23:15 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.102]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.250]) with mapi id 14.03.0248.002; Tue, 13 Sep 2016 16:23:13 +0800 From: "Ye, Ting" To: "Fu, Siyuan" , "edk2-devel@lists.01.org" CC: "Zhang, Lubo" , "Wu, Jiaxin" Thread-Topic: [edk2] [Patch] NetworkPkg: Remove redundant code in HTTP boot driver. Thread-Index: AQHSDWZGBHMe22ALskyJQViHX3NgL6B3FUZw Date: Tue, 13 Sep 2016 08:23:13 +0000 Message-ID: References: <1473733575-6100-1-git-send-email-siyuan.fu@intel.com> In-Reply-To: <1473733575-6100-1-git-send-email-siyuan.fu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] NetworkPkg: Remove redundant code in HTTP boot driver. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 08:23:18 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ye Ting =20 -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Fu S= iyuan Sent: Tuesday, September 13, 2016 10:26 AM To: edk2-devel@lists.01.org Cc: Zhang, Lubo ; Wu, Jiaxin Subject: [edk2] [Patch] NetworkPkg: Remove redundant code in HTTP boot driv= er. Cc: Wu Jiaxin Cc: Zhang Lubo Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan --- NetworkPkg/HttpBootDxe/HttpBootDhcp6.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/NetworkPkg/HttpBootDxe/HttpBootDhcp6.c b/NetworkPkg/HttpBootDx= e/HttpBootDhcp6.c index 809accc..8478642 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootDhcp6.c +++ b/NetworkPkg/HttpBootDxe/HttpBootDhcp6.c @@ -418,9 +418,6 @@ HttpBootDhcp6CallBack ( HTTP_BOOT_PRIVATE_DATA *Private; EFI_DHCP6_PACKET *SelectAd; EFI_STATUS Status; - if ((Dhcp6Event !=3D Dhcp6RcvdAdvertise) && (Dhcp6Event !=3D Dhcp6Selec= tAdvertise)) { - return EFI_SUCCESS; - } =20 ASSERT (Packet !=3D NULL); =20 --=20 2.7.4.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel