From: Glenn L McGrath Date: Mon, 9 Dec 2002 21:52:29 +0000 (-0000) Subject: Forgot to rename foo X-Git-Tag: 1_00_pre1~320 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9bf9f1edbec05edbf566c3220835440e1b18fcc8;p=oweals%2Fbusybox.git Forgot to rename foo --- 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; }