Revision: 14215
          http://edk2.svn.sourceforge.net/edk2/?rev=14215&view=rev
Author:   sfu5
Date:     2013-03-20 08:30:05 +0000 (Wed, 20 Mar 2013)
Log Message:
-----------
Remove HiiUpdateForm from ExtractConfig fucntion.
Signed-off-by: Fu Siyuan <[email protected]>
Reviewed-by: Ye Ting <[email protected]>
Reviewed-by: Dong Eric <[email protected]>

Modified Paths:
--------------
    trunk/edk2/NetworkPkg/Ip6Dxe/Ip6ConfigNv.c

Modified: trunk/edk2/NetworkPkg/Ip6Dxe/Ip6ConfigNv.c
===================================================================
--- trunk/edk2/NetworkPkg/Ip6Dxe/Ip6ConfigNv.c  2013-03-20 07:26:19 UTC (rev 
14214)
+++ trunk/edk2/NetworkPkg/Ip6Dxe/Ip6ConfigNv.c  2013-03-20 08:30:05 UTC (rev 
14215)
@@ -695,7 +695,6 @@
   CHAR16                         PortString[ADDRESS_STR_MAX_SIZE];
   CHAR16                         FormatString[8];
   EFI_STRING_ID                  StringId;
-  EFI_STATUS                     Status;
 
   if ((IfInfo == NULL) || (HiiHandle == NULL) || (IfrNvData == NULL)) {
     return EFI_INVALID_PARAMETER;
@@ -780,17 +779,7 @@
     return EFI_OUT_OF_RESOURCES;
   }
 
-  //
-  // Print the route table information.
-  //
-  Status = Ip6ConvertAddressListToString (
-             PortString,
-             HiiHandle,
-             Ip6ConfigNvRouteTable,
-             IfInfo->RouteTable,
-             IfInfo->RouteCount
-             );
-  return Status;
+  return EFI_SUCCESS;
 }
 
 /**

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to