mirror of https://github.com/acidanthera/audk.git
Remove HiiUpdateForm from ExtractConfig fucntion.
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Dong Eric <eric.dong@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14215 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b6cb9c399a
commit
e464225ca6
|
@ -695,7 +695,6 @@ Ip6ConvertInterfaceInfoToString (
|
|||
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 @@ Ip6ConvertInterfaceInfoToString (
|
|||
return EFI_OUT_OF_RESOURCES;
|
||||
}
|
||||
|
||||
//
|
||||
// Print the route table information.
|
||||
//
|
||||
Status = Ip6ConvertAddressListToString (
|
||||
PortString,
|
||||
HiiHandle,
|
||||
Ip6ConfigNvRouteTable,
|
||||
IfInfo->RouteTable,
|
||||
IfInfo->RouteCount
|
||||
);
|
||||
return Status;
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue