mirror of https://github.com/acidanthera/audk.git
ShellPkg: Fix a build error in Ping6 shell command.
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> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
0f1e07ee63
commit
66c5613c91
|
@ -766,7 +766,7 @@ Ping6CreateIpInstance (
|
|||
|
||||
HandleBuffer = NULL;
|
||||
UnspecifiedSrc = FALSE;
|
||||
MediaStatus = EFI_SUCCESS
|
||||
MediaStatus = EFI_SUCCESS;
|
||||
Ip6Sb = NULL;
|
||||
IfInfo = NULL;
|
||||
IfInfoSize = 0;
|
||||
|
|
Loading…
Reference in New Issue