mirror of https://github.com/acidanthera/audk.git
The functionality of PXE Base Code protocol will not be stopped, when downloading is successfully.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9512 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
86714ccd8e
commit
6ee21b60a8
|
@ -2697,7 +2697,10 @@ EfiPxeLoadFile (
|
||||||
// Check download status
|
// Check download status
|
||||||
//
|
//
|
||||||
if (Status == EFI_SUCCESS) {
|
if (Status == EFI_SUCCESS) {
|
||||||
PxeBc->Stop (PxeBc);
|
//
|
||||||
|
// The functionality of PXE Base Code protocol will not be stopped,
|
||||||
|
// when downloading is successfully.
|
||||||
|
//
|
||||||
return EFI_SUCCESS;
|
return EFI_SUCCESS;
|
||||||
|
|
||||||
} else if (Status == EFI_BUFFER_TOO_SMALL) {
|
} else if (Status == EFI_BUFFER_TOO_SMALL) {
|
||||||
|
|
Loading…
Reference in New Issue