diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-09 21:52:29 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-09 21:52:29 +0000 |
commit | ab5c2f41fc3ec73bbefd3e46874fcbe6dd8b206d (patch) | |
tree | d836aa1c1c246744aa8c944427ef10a0b20e7329 | |
parent | 3e008c7fbf64e18b657e4b002e30ed542dd48a7b (diff) | |
download | busybox-w32-ab5c2f41fc3ec73bbefd3e46874fcbe6dd8b206d.tar.gz busybox-w32-ab5c2f41fc3ec73bbefd3e46874fcbe6dd8b206d.tar.bz2 busybox-w32-ab5c2f41fc3ec73bbefd3e46874fcbe6dd8b206d.zip |
Forgot to rename foo
git-svn-id: svn://busybox.net/trunk/busybox@6145 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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, | |||
421 | #ifdef CONFIG_FEATURE_TFTP_DEBUG | 421 | #ifdef CONFIG_FEATURE_TFTP_DEBUG |
422 | printf("using blksize %u\n", blksize); | 422 | printf("using blksize %u\n", blksize); |
423 | #endif | 423 | #endif |
424 | tftp_bufsize = foo + 4; | 424 | tftp_bufsize = blksize + 4; |
425 | block_nr = 0; | 425 | block_nr = 0; |
426 | continue; | 426 | continue; |
427 | } | 427 | } |