diff --git a/client/src/core/host.cc b/client/src/core/host.cc index aa0e296..5dc5684 100644 --- a/client/src/core/host.cc +++ b/client/src/core/host.cc @@ -115,7 +115,6 @@ } bool Host::isConnected() const { - this->session->waitForReady(this->timeout); return getConnectionState() == CONNECTED_TN3270E; } -- libgit2 0.21.2