mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 16:31:24 +00:00
Forgot to rename foo
This commit is contained in:
parent
919798d5a8
commit
9bf9f1edbe
@ -421,7 +421,7 @@ static inline int tftp(const int cmd, const struct hostent *host,
|
|||||||
#ifdef CONFIG_FEATURE_TFTP_DEBUG
|
#ifdef CONFIG_FEATURE_TFTP_DEBUG
|
||||||
printf("using blksize %u\n", blksize);
|
printf("using blksize %u\n", blksize);
|
||||||
#endif
|
#endif
|
||||||
tftp_bufsize = foo + 4;
|
tftp_bufsize = blksize + 4;
|
||||||
block_nr = 0;
|
block_nr = 0;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user