]> git.proxmox.com Git - mirror_edk2.git/commitdiff
The functionality of PXE Base Code protocol will not be stopped, when downloading...
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 4 Dec 2009 03:01:52 +0000 (03:01 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 4 Dec 2009 03:01:52 +0000 (03:01 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9512 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c

index b41dc76415c10a09c0afd0420d99d2f6e99be991..2dc66f168ca960448aa4c2e21faf8d66fd751594 100644 (file)
@@ -2697,7 +2697,10 @@ EfiPxeLoadFile (
   // Check download status\r
   //\r
   if (Status == EFI_SUCCESS) {\r
-    PxeBc->Stop (PxeBc); \r
+    //\r
+    // The functionality of PXE Base Code protocol will not be stopped,\r
+    // when downloading is successfully.\r
+    //\r
     return EFI_SUCCESS;\r
 \r
   } else if (Status == EFI_BUFFER_TOO_SMALL) {\r