mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Fire up the I/O engine on an outbound connection.
This commit is contained in:
@@ -98,5 +98,6 @@ bool ConnectionPool::connectTo(const std::string& host, const std::string& port)
|
||||
if(error) return false;
|
||||
boost::mutex::scoped_lock sl(peerLock);
|
||||
mPeers.push_back(peer);
|
||||
peer->connected(boost::system::error_code());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user