mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-09 11:46:49 +00:00
fix typo
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() : m_output_stream(NULL), is_secure(false)
|
||||
explicit endpoint() : m_output_stream(NULL), m_is_secure(false)
|
||||
{
|
||||
//std::cout << "transport::iostream::endpoint constructor" << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user