Skip to content
Snippets Groups Projects
Commit 9b7b7428 authored by rswindell's avatar rswindell
Browse files

telnet_cmdlen is now unsigned.

parent 6507fe8b
Branches
Tags
No related merge requests found
......@@ -171,7 +171,7 @@ public:
void send_telnet_cmd(uchar cmd, uchar opt);
uchar telnet_cmd[64];
int telnet_cmdlen;
uint telnet_cmdlen;
ulong telnet_mode;
uchar telnet_last_rxch;
char terminal[TELNET_TERM_MAXLEN+1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment