Commit f8b73a39 authored by Pavel Vainerman's avatar Pavel Vainerman

(TCPCheck): избавился от catch(...)

parent fa795f3d
......@@ -53,6 +53,6 @@ void TCPCheck::check_thread()
setResult(true);
t.disconnect();
}
catch(...){}
catch( ost::Exception& e ){}
}
// -----------------------------------------------------------------------------
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