diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-09 21:52:29 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-09 21:52:29 +0000 |
commit | 9bf9f1edbec05edbf566c3220835440e1b18fcc8 (patch) | |
tree | d836aa1c1c246744aa8c944427ef10a0b20e7329 /networking | |
parent | 919798d5a8c59a05afd90e209d7986ab2d9caea3 (diff) | |
download | busybox-9bf9f1edbec05edbf566c3220835440e1b18fcc8.tar.gz |
Forgot to rename foo
Diffstat (limited to 'networking')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |