public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: fanwang2 <fan.wang@intel.com>
To: edk2-devel@lists.01.org
Cc: Wang Fan <fan.wang@intel.com>, Ruiyu Ni <ruiyu.ni@intel.com>
Subject: [Patch] ShellPkg: Fix a build error in Ping6 shell command.
Date: Mon, 18 Dec 2017 17:29:19 +0800	[thread overview]
Message-ID: <1513589359-9188-1-git-send-email-fan.wang@intel.com> (raw)

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;
 
   //
-- 
1.9.5.msysgit.1



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

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

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=1513589359-9188-1-git-send-email-fan.wang@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