Revision: 14904
          http://sourceforge.net/p/edk2/code/14904
Author:   sfu5
Date:     2013-11-27 08:57:11 +0000 (Wed, 27 Nov 2013)
Log Message:
-----------
Update NetLibGetMacAddress() to handle the case correctly when SNP is absent.

Signed-off-by: Fu Siyuan <[email protected]>
Reviewed-by: Ni, Ruiyu <[email protected]>
Reviewed-by: Jin, Eric <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c

Modified: trunk/edk2/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
===================================================================
--- trunk/edk2/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c       2013-11-27 
03:13:15 UTC (rev 14903)
+++ trunk/edk2/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c       2013-11-27 
08:57:11 UTC (rev 14904)
@@ -2250,7 +2250,7 @@
     // Try to get SNP mode from MNP
     //
     Status = Mnp->GetModeData (Mnp, NULL, &SnpModeData);
-    if (EFI_ERROR (Status)) {
+    if (EFI_ERROR (Status) && (Status != EFI_NOT_STARTED)) {
       MnpSb->DestroyChild (MnpSb, MnpChildHandle);
       return Status;
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to