From 9bf9f1edbec05edbf566c3220835440e1b18fcc8 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 9 Dec 2002 21:52:29 +0000 Subject: [PATCH] Forgot to rename foo --- networking/tftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/tftp.c b/networking/tftp.c index af26d4c71..a3808f5bf 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -421,7 +421,7 @@ static inline int tftp(const int cmd, const struct hostent *host, #ifdef CONFIG_FEATURE_TFTP_DEBUG printf("using blksize %u\n", blksize); #endif - tftp_bufsize = foo + 4; + tftp_bufsize = blksize + 4; block_nr = 0; continue; } -- 2.25.1