TFTP: resend the correct data
authorRutger Hofman <rutger@cs.vu.nl>
Wed, 10 Nov 2010 14:08:18 +0000 (15:08 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Nov 2010 14:08:18 +0000 (15:08 +0100)
commit592df29f9cdf6274fa85f1bf060e6ca57e50e675
treecfd10aac4d71a589442d5edda8d7d2c123d0ac5f
parentf1db21218b35b618f622deb94b6e5ab2c62bbd17
TFTP: resend the correct data

I found a bug in tftp_tx() in tftp.c. If a data resend is done after
reception of an ACK/OACK, the call to sendto is wrong.
lib/tftp.c