]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.
authorJiaxin Wu <jiaxin.wu@intel.com>
Mon, 12 Mar 2018 00:50:41 +0000 (08:50 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Tue, 13 Mar 2018 08:55:18 +0000 (16:55 +0800)
commitc8e342e00b7e9f1a7b592a5eb1e589635e484660
tree25b27335332a2f06e5279dcfd89f943ac7d97901
parente8d2a9805286a2fd4f613697cf0cccb4a1ebc90d
MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.

The incorrect return status was caused by the commit of 39b0867d, which
was to resolve the token status error that does not compliance with spec
definition, but it results the protocol status not compliance with spec
definition.

This patch is to resolve above issue.

Cc: Wang Fan <fan.wang@intel.com>
Cc: Fu Siyuan <siyuan.fu@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: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Wang, Fan <fan.wang@intel.com>
MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Impl.c