Re: [U-Boot] [PATCH] Add error codes/handling for TFTP-server

2009-11-09 Thread Ben Warren
Remy Bohmer wrote: > Signed-off-by: Remy Bohmer > --- > net/tftp.c | 32 +--- > 1 files changed, 29 insertions(+), 3 deletions(-) > > diff --git a/net/tftp.c b/net/tftp.c > index cc60a3b..d254f49 100644 > --- a/net/tftp.c > +++ b/net/tftp.c > @@ -47,6 +47,16 @@ stati

[U-Boot] [PATCH] Add error codes/handling for TFTP-server

2009-10-28 Thread Remy Bohmer
Signed-off-by: Remy Bohmer --- net/tftp.c | 32 +--- 1 files changed, 29 insertions(+), 3 deletions(-) diff --git a/net/tftp.c b/net/tftp.c index cc60a3b..d254f49 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -47,6 +47,16 @@ static int TftpTimeoutCountMax = TIMEOUT_CO