remove unnecessary explicit ctor
This commit is contained in:
parent
d884e4d4ed
commit
708b564d30
1 changed files with 1 additions and 1 deletions
|
@ -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) {}
|
||||||
|
|
Loading…
Reference in a new issue