mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 12:35:50 +00:00
Fix initialization order.
This commit is contained in:
@@ -208,8 +208,8 @@ void Config::setup (const std::string& strConf, bool bTestNet, bool bQuiet)
|
|||||||
}
|
}
|
||||||
|
|
||||||
Config::Config ()
|
Config::Config ()
|
||||||
: SSL_CONTEXT (boost::asio::ssl::context::sslv23)
|
: m_rpcPort (5001)
|
||||||
, m_rpcPort (5001)
|
, SSL_CONTEXT (boost::asio::ssl::context::sslv23)
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
// Defaults
|
// Defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user