Commit 6fd4537e authored by Pavel Vainerman's avatar Pavel Vainerman

(LogReader): подправил обработку когда соединение так и не удалось..

parent b817a404
...@@ -200,6 +200,9 @@ void LogReader::sendCommand( const std::string& _addr, ost::tpport_t _port, std: ...@@ -200,6 +200,9 @@ void LogReader::sendCommand( const std::string& _addr, ost::tpport_t _port, std:
} }
} // end for send all command } // end for send all command
if( !isConnection() )
return;
// после команд.. выводим список текущий.. // после команд.. выводим список текущий..
timeout_t reply_timeout = 2000; // TIMEOUT_INF; timeout_t reply_timeout = 2000; // TIMEOUT_INF;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment