mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Make PeerDoor implementation private
This commit is contained in:
@@ -569,7 +569,7 @@ void Application::setup ()
|
||||
{
|
||||
try
|
||||
{
|
||||
mPeerDoor = new PeerDoor (
|
||||
mPeerDoor = PeerDoor::New (
|
||||
theConfig.PEER_IP,
|
||||
theConfig.PEER_PORT,
|
||||
theConfig.PEER_SSL_CIPHER_LIST,
|
||||
|
||||
Reference in New Issue
Block a user