Fix initialization order.

This commit is contained in:
JoelKatz
2013-07-07 15:30:35 -07:00
parent 6864f9f383
commit 644dec19f4

View File

@@ -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