Re: [edk2] [Patch] ShellPkg: Fix wrong return status for Ifconfig.c

2015-12-02 Thread Carsey, Jaben
car...@intel.com>; Ye, Ting <ting...@intel.com>; > Cohen, Eugene <eug...@hp.com> > Subject: [edk2] [Patch] ShellPkg: Fix wrong return status for Ifconfig.c > Importance: High > > The Ifconfig command handler tries to return an EFI_STATUS when > the return type should

[edk2] [Patch] ShellPkg: Fix wrong return status for Ifconfig.c

2015-12-02 Thread Jiaxin Wu
The Ifconfig command handler tries to return an EFI_STATUS when the return type should be SHELL_STATUS. Cc: Cohen, Eugene Cc: Carsey, Jaben Cc: Ye Ting Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu

Re: [edk2] [Patch] ShellPkg: Fix wrong return status for Ifconfig.c

2015-12-02 Thread Ye, Ting
ellPkg: 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 <eug...@hp.com> Cc: Carsey, Jaben <jaben.car...@intel.com> Cc: Ye Ting <ting...@intel.com> Contributed-under