summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorJiaxin Wu <jiaxin.wu@intel.com>2016-05-25 16:18:21 +0800
committerJiaxin Wu <jiaxin.wu@intel.com>2016-05-26 16:10:09 +0800
commit6c2b77210fe9fcb59a9530d835bcfe3759376a01 (patch)
tree391d316b1e3eba080acbcf9dd5f7338ef97e4fe3 /MdePkg
parent8ac46e4ef76ee56778430bb3dbcc545cce49d208 (diff)
downloadedk2-6c2b77210fe9fcb59a9530d835bcfe3759376a01.tar.gz
edk2-6c2b77210fe9fcb59a9530d835bcfe3759376a01.tar.bz2
edk2-6c2b77210fe9fcb59a9530d835bcfe3759376a01.zip
MdePkg: Correct EFI_HTTP_CONFIGURE return status value
Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Cc: Zhang Lubo <lubo.zhang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/Http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/Http.h b/MdePkg/Include/Protocol/Http.h
index 22201b4b43..269416c9fc 100644
--- a/MdePkg/Include/Protocol/Http.h
+++ b/MdePkg/Include/Protocol/Http.h
@@ -341,7 +341,6 @@ EFI_STATUS
@retval EFI_SUCCESS Operation succeeded.
@retval EFI_INVALID_PARAMETER One or more of the following conditions is TRUE:
This is NULL.
- HttpConfigData is NULL.
HttpConfigData->LocalAddressIsIPv6 is FALSE and
HttpConfigData->IPv4Node is NULL.
HttpConfigData->LocalAddressIsIPv6 is TRUE and