Don't call TCPIPCloseTCP before calling TCPIPAbortTCP.

This isn't really necessary, and it sometimes seems to put Marinetti in a state where subsequent connections fail.
This commit is contained in:
Stephen Heumann 2017-04-22 17:16:35 -05:00
parent 3a07b12ee6
commit 898c4e531c
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ Word StartTCPConnection(Session *sess) {
void EndTCPConnection(Session *sess) {
if (sess->tcpLoggedIn) {
TCPIPCloseTCP(sess->ipid);
TCPIPPoll();
TCPIPAbortTCP(sess->ipid);
TCPIPLogout(sess->ipid);