Re: [Qemu-devel] [PATCH] [tftp] Handle TFTP ERROR from client

2010-01-12 Thread Thomas Horsten
2010/1/11 Anthony Liguori : > On 01/07/2010 11:01 AM, Thomas Horsten wrote: >> ...The patch from Milan Plzik to return >> after sending OACK is also required for a complete fix. > Applied. Thanks. Thanks. It appears that the patch Milan submitted was missed (probably b

[Qemu-devel] [PATCH] [tftp] Handle TFTP ERROR from client

2010-01-07 Thread Thomas Horsten
x27;s internal TFTP server. The patch from Milan Plzik to return after sending OACK is also required for a complete fix. Signed-off-by: Thomas Horsten Signed-off-by: Milan Plzik --- slirp/tftp.c | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/