public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ni, Ruiyu" <ruiyu.ni@Intel.com>
To: fanwang2 <fan.wang@intel.com>, edk2-devel@lists.01.org
Subject: Re: [Patch] ShellPkg: Fix a build error in Ping6 shell command.
Date: Mon, 18 Dec 2017 17:37:55 +0800	[thread overview]
Message-ID: <848daa9d-98ab-54fc-ffbf-d81c87abf7d0@Intel.com> (raw)
In-Reply-To: <1513589359-9188-1-git-send-email-fan.wang@intel.com>

On 12/18/2017 5:29 PM, fanwang2 wrote:
> From: Wang Fan <fan.wang@intel.com>
> 
> Last check in involved a build error, this patch is to
> fix this issue.
> 
> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Wang Fan <fan.wang@intel.com>
> ---
>   ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c b/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
> index fa27c82..2cdf484 100644
> --- a/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
> +++ b/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
> @@ -764,11 +764,11 @@ Ping6CreateIpInstance (
>     EFI_IPv6_ADDRESS                 *Addr;
>     UINTN                            AddrIndex;
>   
>     HandleBuffer      = NULL;
>     UnspecifiedSrc    = FALSE;
> -  MediaStatus       = EFI_SUCCESS
> +  MediaStatus       = EFI_SUCCESS;
>     Ip6Sb             = NULL;
>     IfInfo            = NULL;
>     IfInfoSize        = 0;
>   
>     //
> 
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

-- 
Thanks,
Ray


      reply	other threads:[~2017-12-18  9:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18  9:29 [Patch] ShellPkg: Fix a build error in Ping6 shell command fanwang2
2017-12-18  9:37 ` Ni, Ruiyu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=848daa9d-98ab-54fc-ffbf-d81c87abf7d0@Intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox