properly decrement p2p socket count
This commit is contained in:
parent
431397abfa
commit
d7df08d6ec
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ connection_basic::connection_basic(boost::asio::io_service& io_service, std::ato
|
||||||
|
|
||||||
connection_basic::~connection_basic() {
|
connection_basic::~connection_basic() {
|
||||||
string remote_addr_str = "?";
|
string remote_addr_str = "?";
|
||||||
|
m_ref_sock_count--;
|
||||||
try { remote_addr_str = socket_.remote_endpoint().address().to_string(); } catch(...){} ;
|
try { remote_addr_str = socket_.remote_endpoint().address().to_string(); } catch(...){} ;
|
||||||
_note("Destructing connection p2p#"<<mI->m_peer_number << " to " << remote_addr_str);
|
_note("Destructing connection p2p#"<<mI->m_peer_number << " to " << remote_addr_str);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue