Forgot to rename foo

This commit is contained in:
Glenn L McGrath 2002-12-09 21:52:29 +00:00
parent 919798d5a8
commit 9bf9f1edbe

View File

@ -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;
}