[Bug 11041] tftp client reports ERROR when tftp server does not support block option

bugzilla at busybox.net bugzilla at busybox.net
Thu May 24 14:35:28 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11041

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> ---
(In reply to Mike Berger from comment #0)
>results in the following message:
>
>    Error: falling back to blocksize 512

I'm not seeing string "Error: " in the source:

if (blksize != TFTP_BLKSIZE_DEFAULT)
        bb_error_msg("falling back to blocksize "TFTP_BLKSIZE_DEFAULT_STR);

It should be printing "tftp: falling back to blocksize 512". Which looks good
enough for me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list