mirror of
https://github.com/ksherlock/marlene.git
synced 2024-12-21 22:29:28 +00:00
wasn't sending IAC SE..oops
This commit is contained in:
parent
f3b42ae2c8
commit
cc7c10c1ee
@ -203,7 +203,7 @@ static int cnt;
|
||||
IAC, SE
|
||||
};
|
||||
TCPIPWriteTCP(ipid, msg,
|
||||
sizeof(msg) -1, true, false);
|
||||
sizeof(msg), true, false);
|
||||
}
|
||||
else if (buffer[0] == TELOPT_NAWS
|
||||
&& buffer[1] == TELQUAL_SEND)
|
||||
@ -215,8 +215,7 @@ static int cnt;
|
||||
IAC, SE
|
||||
};
|
||||
TCPIPWriteTCP(ipid, msg,
|
||||
sizeof(msg) - 1, true, false);
|
||||
|
||||
sizeof(msg), true, false);
|
||||
}
|
||||
|
||||
cnt = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user