]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c
ShellPkg: Fix wrong return status for Ifconfig.c
authorJiaxin Wu <jiaxin.wu@intel.com>
Fri, 4 Dec 2015 01:10:17 +0000 (01:10 +0000)
committerjiaxinwu <jiaxinwu@Edk2>
Fri, 4 Dec 2015 01:10:17 +0000 (01:10 +0000)
commit6e3e562c9d3f3737b718b5be9c9a64e98784890b
tree863c7084f09e30ac1f4c4eb5b750ea434d694ff8
parentefda17751344965c7f51cbd0660ed6a59e2de855
ShellPkg: Fix wrong return status for Ifconfig.c

The Ifconfig command handler tries to return an EFI_STATUS when
the return type should be SHELL_STATUS.

Cc: Cohen Eugene <eugene@hp.com>
Cc: Carsey Jaben <jaben.carsey@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19110 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c