mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +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 ()
|
||||
: SSL_CONTEXT (boost::asio::ssl::context::sslv23)
|
||||
, m_rpcPort (5001)
|
||||
: m_rpcPort (5001)
|
||||
, SSL_CONTEXT (boost::asio::ssl::context::sslv23)
|
||||
{
|
||||
//
|
||||
// Defaults
|
||||
|
||||
Reference in New Issue
Block a user