Fix a bug in Mtftp6 retransmission mechanism of the ACK.

Signed-off-by: Ari Zigler <ariz@mellanox.com>
Reviewed-by: Ouyang Qian <qian.ouyang@intel.com> 
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14450 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Ari Zigler 2013-07-02 06:44:27 +00:00 committed by sfu5
parent e8ee4b2d43
commit 3aee9940c9
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ Mtftp6RrqSendAck (
// Reset current retry count of the instance.
//
Instance->CurRetry = 0;
Instance->LastPacket = Packet;
return Mtftp6TransmitPacket (Instance, Packet);
}