diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-05-10 00:39:49 +0200 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-05-10 00:39:49 +0200 |
commit | b641c9cd217f7789726bb25ab87cd35e2e5fcaad (patch) | |
tree | 705e5c8802f3ee6be7b7538dc362643e42a852b8 /src/net.cpp | |
parent | 605d5b55582f00ea8a089fe632cd8a52e951126b (diff) |
Fix addnode "onetry": Connect with OpenNetworkConnection
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net.cpp b/src/net.cpp index 6bde1e7999..9f7096f133 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -41,9 +41,6 @@ using namespace boost; static const int MAX_OUTBOUND_CONNECTIONS = 8; -bool OpenNetworkConnection(const CAddress& addrConnect, CSemaphoreGrant *grantOutbound = NULL, const char *strDest = NULL, bool fOneShot = false); - - // // Global state variables // |