summaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-12-27 02:12:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-12-27 02:12:51 -0600
commitc9c5184d21075b37d9161770f2dd78e0570cc44c (patch)
tree112d9e3f7a84a18dd4aa41ed30d15a92e088cbe5 /clients
parent063c820d6a1684a7ecf19269738daa39e372fd43 (diff)
downloadulab-c9c5184d21075b37d9161770f2dd78e0570cc44c.tar.gz
ulab-c9c5184d21075b37d9161770f2dd78e0570cc44c.zip
Allow reconnection after certain types of disconnection event
Diffstat (limited to 'clients')
-rw-r--r--clients/tde/src/app/remotemdi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/tde/src/app/remotemdi.cpp b/clients/tde/src/app/remotemdi.cpp
index b595d84..089a92e 100644
--- a/clients/tde/src/app/remotemdi.cpp
+++ b/clients/tde/src/app/remotemdi.cpp
@@ -248,6 +248,7 @@ void RemoteMDI::finishConnectingToServer() {
printf("[DEBUG] Initial connection established...\n\r"); fflush(stdout);
m_rsvSvrSocket->setDataTimeout(5000);
m_rsvSvrSocket->setUsingKerberos(true);
+ delete connToServerTimeoutTimer;
connToServerState = 1;
}
else {