mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fixes a member variable that was not initialized before use
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
typedef typename transport_con_type::ptr transport_con_ptr;
|
||||
|
||||
// generate and manage our own io_service
|
||||
explicit endpoint()
|
||||
explicit endpoint() : output_stream(NULL)
|
||||
{
|
||||
std::cout << "transport::iostream::endpoint constructor" << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user