From: Zhang Lubo Date: Thu, 24 Mar 2016 08:59:22 +0000 (+0800) Subject: NetworkPkg:Fix Http boot download issue. X-Git-Tag: edk2-stable201903~7538 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=651aeac67248c798c8c22dfd04580d8961cf09d0;hp=651aeac67248c798c8c22dfd04580d8961cf09d0;ds=sidebyside NetworkPkg:Fix Http boot download issue. When http boot download the second time without return out of the boot manager, the DHCP process will start twice with the same Boot file uri and print the information twice which we not expected. This is caused by wrong logic of handling the device path of the boot file when loading it. Cc: Fu Siyuan Cc: Ye Ting Cc: Wu Jiaxin Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo Reviewed-by: Fu Siyuan ---