pxelinux: fix inadvertent breakage of TFTP
authorH. Peter Anvin <hpa@zytor.com>
Sat, 23 Feb 2008 07:17:23 +0000 (23:17 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 23 Feb 2008 07:17:23 +0000 (23:17 -0800)
commitdf6f1bd7bd12ae4610c653bef4c184a4f0ccf544
tree48df4bf669b30e56481538fb391a0e68d299110a
parentd830eea389349bebee7834911e3e2f58fca9a0ee
pxelinux: fix inadvertent breakage of TFTP

Fix the following bogus edit in previous checkin:

- mov eax,[si+tftp_filesize]
+ mov eax,[si+tftp_bytesleft]
pxelinux.asm