- Catch invalid_handle exception in savefastresume data

This commit is contained in:
Christophe Dumez
2009-11-28 13:50:16 +00:00
parent 08fe5814c5
commit 27aff04f11
2 changed files with 10 additions and 7 deletions

View File

@@ -56,9 +56,10 @@ public:
~ReverseResolutionST() {
stopped = true;
if(isRunning())
if(isRunning()) {
resolver.cancel();
wait();
wait();
}
}
void setIP(boost::asio::ip::tcp::endpoint &_ip) {