mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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