remove unnecessary explicit ctor

This commit is contained in:
Noah Laptop 2019-08-05 21:39:49 -07:00
parent d884e4d4ed
commit 708b564d30

View file

@ -57,7 +57,7 @@ public:
* *
* Sets all parameters to zero, and invalidates the session * Sets all parameters to zero, and invalidates the session
*/ */
explicit SSLSession() SSLSession()
: m_valid_session(false) : m_valid_session(false)
, m_hostname() , m_hostname()
, m_ip(INADDR_NONE) {} , m_ip(INADDR_NONE) {}