mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
fixes uninitialized m_output_stream variable
This commit is contained in:
@@ -61,7 +61,8 @@ public:
|
||||
typedef typename concurrency_type::mutex_type mutex_type;
|
||||
|
||||
explicit connection(bool is_server, alog_type& alog, elog_type& elog)
|
||||
: m_reading(false)
|
||||
: m_output_stream(NULL)
|
||||
, m_reading(false)
|
||||
, m_is_server(is_server)
|
||||
, m_alog(alog)
|
||||
, m_elog(elog)
|
||||
|
||||
Reference in New Issue
Block a user