From 6c2b77210fe9fcb59a9530d835bcfe3759376a01 Mon Sep 17 00:00:00 2001 From: Jiaxin Wu Date: Wed, 25 May 2016 16:18:21 +0800 Subject: [PATCH] MdePkg: Correct EFI_HTTP_CONFIGURE return status value Cc: Ye Ting Cc: Fu Siyuan Cc: Zhang Lubo Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu Reviewed-by: Samer El-Haj-Mahmoud Reviewed-by: Fu Siyuan Reviewed-by: Ye Ting Reviewed-by: Zhang Lubo --- MdePkg/Include/Protocol/Http.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2