Fix type for sb_len
This commit is contained in:
parent
bc1cda50dc
commit
c035cf7f9b
@ -305,7 +305,7 @@ int main(int argc, char ** argv) {
|
|||||||
uint32_t option = 0, done = 0, sb_mode = 0, do_echo = 0;
|
uint32_t option = 0, done = 0, sb_mode = 0, do_echo = 0;
|
||||||
/* Various pieces for the telnet communication */
|
/* Various pieces for the telnet communication */
|
||||||
char sb[1024] = {0};
|
char sb[1024] = {0};
|
||||||
char sb_len = 0;
|
short sb_len = 0;
|
||||||
|
|
||||||
/* Whether or not to show the MOTD intro */
|
/* Whether or not to show the MOTD intro */
|
||||||
char show_intro = 0;
|
char show_intro = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user