aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-06-23 10:21:32 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-06-23 10:21:38 +0200
commit52d4abfdef93cd622b297a092eb6639e678bcb9d (patch)
treea9905249ee37325be3b9452efff1d9346d0000ad /src
parentbfb55dd586c60e8bab56032fc373b2909fdb867b (diff)
parent3dc1464f0a87e26f3aa39c446eb4d102a8c84dc2 (diff)
downloadbitcoin-52d4abfdef93cd622b297a092eb6639e678bcb9d.tar.xz
Merge pull request #4388
3dc1464 add missing vhListenSocket.clear(); to CNetCleanup() (Philip Kaufmann) 2831a03 remove unused CNode::Cleanup() (Philip Kaufmann)
Diffstat (limited to 'src')
-rw-r--r--src/net.cpp6
-rw-r--r--src/net.h2
2 files changed, 1 insertions, 7 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 22077777cb..71e3e57fa7 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -528,10 +528,6 @@ void CNode::CloseSocketDisconnect()
pnodeSync = NULL;
}
-void CNode::Cleanup()
-{
-}
-
void CNode::PushVersion()
{
int nBestHeight = g_signals.GetHeight().get_value_or(0);
@@ -777,7 +773,6 @@ void ThreadSocketHandler()
// close socket and cleanup
pnode->CloseSocketDisconnect();
- pnode->Cleanup();
// hold in disconnected pool until all refs are released
if (pnode->fNetworkNode || pnode->fInbound)
@@ -1793,6 +1788,7 @@ public:
delete pnode;
vNodes.clear();
vNodesDisconnected.clear();
+ vhListenSocket.clear();
delete semOutbound;
semOutbound = NULL;
delete pnodeLocalHost;
diff --git a/src/net.h b/src/net.h
index eec92f340c..41dc618571 100644
--- a/src/net.h
+++ b/src/net.h
@@ -693,8 +693,6 @@ public:
void Subscribe(unsigned int nChannel, unsigned int nHops=0);
void CancelSubscribe(unsigned int nChannel);
void CloseSocketDisconnect();
- void Cleanup();
-
// Denial-of-service detection/prevention
// The idea is to detect peers that are behaving