mirror of https://github.com/mirror/busybox.git
telnet: placate compiler's warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_31_stable
parent
ecf02e8b83
commit
8419123112
|
@ -248,7 +248,7 @@ static void handle_net_input(int len)
|
|||
{
|
||||
byte c;
|
||||
int i;
|
||||
int cstart;
|
||||
int cstart = cstart; /* for compiler */
|
||||
|
||||
i = 0;
|
||||
//bb_error_msg("[%u,'%.*s']", G.telstate, len, G.buf);
|
||||
|
|
Loading…
Reference in New Issue