This commit is contained in:
Peter Thorson
2013-08-12 11:25:12 -05:00
parent 107d3c9bb6
commit 12d240ff09

View File

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