mirror of
https://github.com/XRPLF/rippled.git
synced 2026-02-25 08:12:38 +00:00
Merge pull request #398 from rec/uninitialized-variable
Initialize websocketpp::transport::asio::endpoint::m_io_service to NULL.
This commit is contained in:
@@ -87,7 +87,8 @@ public:
|
||||
|
||||
// generate and manage our own io_service
|
||||
explicit endpoint()
|
||||
: m_external_io_service(false)
|
||||
: m_io_service(NULL)
|
||||
, m_external_io_service(false)
|
||||
, m_listen_backlog(0)
|
||||
, m_reuse_addr(false)
|
||||
, m_state(UNINITIALIZED)
|
||||
|
||||
Reference in New Issue
Block a user